diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-05-13 22:00:04 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-05-13 22:00:04 +0200 |
commit | bac4932cf5d8f5cb1af6eca5fcdac05239489e2c (patch) | |
tree | 87f376af58989f2d670083e5599de236118efffd /src/templating/mustach-tool.c | |
parent | b7d1ca4cd93ef8582b9b7d97e955ec5363ef2ae3 (diff) |
-fix templating tests
Diffstat (limited to 'src/templating/mustach-tool.c')
-rw-r--r-- | src/templating/mustach-tool.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/templating/mustach-tool.c b/src/templating/mustach-tool.c index 0c8f4407..83a0813e 100644 --- a/src/templating/mustach-tool.c +++ b/src/templating/mustach-tool.c @@ -174,8 +174,6 @@ int main(int ac, char **av) #define MUSTACH_TOOL_JANSSON 2 #define MUSTACH_TOOL_CJSON 3 -#define TOOL MUSTACH_TOOL_JANSSON - #if TOOL == MUSTACH_TOOL_JSON_C #include "mustach-json-c.h" |