summaryrefslogtreecommitdiff
path: root/cli/source.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/source.hxx')
-rw-r--r--cli/source.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/cli/source.hxx b/cli/source.hxx
deleted file mode 100644
index b27cf76..0000000
--- a/cli/source.hxx
+++ /dev/null
@@ -1,13 +0,0 @@
-// file : cli/source.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
-// license : MIT; see accompanying LICENSE file
-
-#ifndef CLI_SOURCE_HXX
-#define CLI_SOURCE_HXX
-
-#include <cli/context.hxx>
-
-void
-generate_source (context&);
-
-#endif // CLI_SOURCE_HXX