aboutsummaryrefslogtreecommitdiff
path: root/buildtools/codegen/CodegenOutput.cpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-05-28 20:52:42 -0700
committerrtk0c <[email protected]>2022-05-28 20:52:42 -0700
commit1a6f1ea3b76c3ed4cad5aba5502af390ce50a2c0 (patch)
tree40627f5cdfd931b8c28f0b3a5ec78ef0d0f2b9f0 /buildtools/codegen/CodegenOutput.cpp
parent6c3007295a6a8c6803933392834c974ec5f56aa0 (diff)
Changeset: 42 Change codegen input parsing to lookahead based; lookup table infra; input/output decl infra
Diffstat (limited to 'buildtools/codegen/CodegenOutput.cpp')
-rw-r--r--buildtools/codegen/CodegenOutput.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/buildtools/codegen/CodegenOutput.cpp b/buildtools/codegen/CodegenOutput.cpp
deleted file mode 100644
index 214ded6..0000000
--- a/buildtools/codegen/CodegenOutput.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "CodegenOutput.hpp"
-
-#include <utility>
-
-void CodegenOutput::AddOutputThing(CodegenOutputThing thing) {
- mOutThings.push_back(std::move(thing));
-}