Skip to content

Commit

Permalink
Revert ValueProvider changes in SymbolTable
Browse files Browse the repository at this point in the history
  • Loading branch information
antis81 committed Jul 16, 2023
1 parent 9674925 commit 66b579d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/symbol_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@

using namespace std::string_literals;

#ifdef USE_BASS_VALUEPROVIDER
#else
using AnyMap = std::unordered_map<std::string, std::any>;
#endif

class sym_error : public std::exception
{
Expand Down

0 comments on commit 66b579d

Please sign in to comment.