summaryrefslogtreecommitdiff
path: root/examples/calc++/calc++-parser.hh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/calc++/calc++-parser.hh')
-rw-r--r--examples/calc++/calc++-parser.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/calc++/calc++-parser.hh b/examples/calc++/calc++-parser.hh
deleted file mode 100644
index 6f1e8852..00000000
--- a/examples/calc++/calc++-parser.hh
+++ /dev/null
@@ -1,4 +0,0 @@
-// Work around an Automake 1.11.2 bug: it asks for the creation of
-// y.tab.h and then renames it as calc++-parser.h instead of
-// calc++-parser.hh. We don't want this to show in the documentation.
-#include "calc++-parser.h"