projects
/
TDDC76.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81a2e85
)
removed unessesary code
author
Alma Dejus
<almde515@student.liu.se>
Wed, 11 Oct 2023 11:49:34 +0000
(13:49 +0200)
committer
Alma Dejus
<almde515@student.liu.se>
Wed, 11 Oct 2023 11:49:34 +0000
(13:49 +0200)
src/uppgift13.cc
patch
|
blob
|
history
diff --git
a/src/uppgift13.cc
b/src/uppgift13.cc
index 129080d8e49c6ed42b32b06fc72d4511dfc0b7a3..64b494b2e3d38df1acadeb8769db25f83d9c414c 100644
(file)
--- a/
src/uppgift13.cc
+++ b/
src/uppgift13.cc
@@
-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()
{