aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/include
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-03 17:49:32 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-03-03 17:49:32 +0000
commit2592ee34545fb3e358acb16114b6e74107024a5e (patch)
tree74d5e5e0e7a7411a929e5c9d87cfd515451a25d2 /c_compiler/include
parent5936d1c7f62c17a0d12c2d1de90c5ee9f1e437c5 (diff)
downloadCompiler-2592ee34545fb3e358acb16114b6e74107024a5e.tar.gz
Compiler-2592ee34545fb3e358acb16114b6e74107024a5e.zip
Working AST
Diffstat (limited to 'c_compiler/include')
-rw-r--r--c_compiler/include/base.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/c_compiler/include/base.hpp b/c_compiler/include/base.hpp
index eff825a..2ea3e4e 100644
--- a/c_compiler/include/base.hpp
+++ b/c_compiler/include/base.hpp
@@ -29,7 +29,6 @@ protected:
mutable std::vector<const Base*> list;
public:
- BaseList() {}
BaseList(const Base* _var) {
push(_var);
}