summaryrefslogtreecommitdiff
path: root/transpiler/replacer.h
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-07-01 19:46:08 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-07-01 19:46:08 -0400
commit4878f0fc6a039d220dd7adecb18d19c688ae50b0 (patch)
tree993893f1d894aedb350e86c759370c0e8c54c443 /transpiler/replacer.h
parent9f968320c83ce79f98006dec71674feff4686e3b (diff)
(mkosarek) Decent SAT description for now
Diffstat (limited to 'transpiler/replacer.h')
-rw-r--r--transpiler/replacer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/transpiler/replacer.h b/transpiler/replacer.h
deleted file mode 100644
index f795bca..0000000
--- a/transpiler/replacer.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#include <string>
-
-std::string insertCodeSnippets(char* workingDirectory, char* bodyContent);