summaryrefslogtreecommitdiff
path: root/mythfs/service/embed.cpp.m4
diff options
context:
space:
mode:
Diffstat (limited to 'mythfs/service/embed.cpp.m4')
-rw-r--r--mythfs/service/embed.cpp.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/mythfs/service/embed.cpp.m4 b/mythfs/service/embed.cpp.m4
deleted file mode 100644
index 43901dd..0000000
--- a/mythfs/service/embed.cpp.m4
+++ /dev/null
@@ -1,12 +0,0 @@
-define(`name', NAME)
-define(`incl', `#include "'NAME`.h"')
-define(`inclhex', `#include "'NAME`.hex"')
-incl
-
-namespace sql {
- const std::string name::sql({
- inclhex
- , 0x00});
- const std::size_t name::hash(std::hash<std::string>()(sql));
-}
-