removed unessesary code
authorAlma Dejus <almde515@student.liu.se>
Wed, 11 Oct 2023 11:49:34 +0000 (13:49 +0200)
committerAlma Dejus <almde515@student.liu.se>
Wed, 11 Oct 2023 11:49:34 +0000 (13:49 +0200)
src/uppgift13.cc

index 129080d8e49c6ed42b32b06fc72d4511dfc0b7a3..64b494b2e3d38df1acadeb8769db25f83d9c414c 100644 (file)
@@ -1,16 +1,6 @@
 #include <iostream>
 #include "expression.h"
 
-typedef enum
-{
-    PREFIX,
-    INFIX,
-    POSTFIX,
-    CALC,
-    QUIT
-} Commands;
-
-std::map<std::string, Commands> commands_string_map;
 
 int main()
 {