aboutsummaryrefslogtreecommitdiff
path: root/buildtools/codegen/CodegenOutput.cpp
diff options
context:
space:
mode:
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));
-}