aboutsummaryrefslogtreecommitdiff
path: root/source/CodegenRuntime/MacrosCodegen.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-06-03 23:30:01 -0700
committerrtk0c <[email protected]>2022-06-03 23:30:01 -0700
commit791b3f354b378769bffe623b05f1305c91b77101 (patch)
tree5409b311e6232eb4a6d3f8259b780d76b8ee1c59 /source/CodegenRuntime/MacrosCodegen.hpp
parent60ccc62f4934e44ad5b905fdbcf458302b8d8a09 (diff)
Changeset: 64 [WIP] Rename directoriesmaster-switch-to-build2
Diffstat (limited to 'source/CodegenRuntime/MacrosCodegen.hpp')
-rw-r--r--source/CodegenRuntime/MacrosCodegen.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/CodegenRuntime/MacrosCodegen.hpp b/source/CodegenRuntime/MacrosCodegen.hpp
deleted file mode 100644
index 956123c..0000000
--- a/source/CodegenRuntime/MacrosCodegen.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-// NOTE: Contents of this file is coupled with the codegen compiler.
-// When updating, change both sides at the same time.
-
-#pragma once
-
-#define BRUSSEL_CLASS(...)
-#define BRUSSEL_PROPERTY(...)
-#define BRUSSEL_METHOD(...)
-
-#define BRUSSEL_ENUM(name, options)