mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
[muparser] Remove muParserError.h
To help remove exception handling, we will need to have a type that has visibility into both ParserError and value_type. We're going to put this type in muParserDef.h. Remove the error header and fold its contents into muParserDef.h.
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
#include <vector>
|
||||
|
||||
#include "muParserCallback.h"
|
||||
#include "muParserError.h"
|
||||
|
||||
/** \file
|
||||
\brief This file contains the parser token definition.
|
||||
|
||||
Reference in New Issue
Block a user