summaryrefslogtreecommitdiffstats
path: root/source/aparser/templates/union_end.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'source/aparser/templates/union_end.tpl')
-rw-r--r--source/aparser/templates/union_end.tpl5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/aparser/templates/union_end.tpl b/source/aparser/templates/union_end.tpl
deleted file mode 100644
index 511adbcf602..00000000000
--- a/source/aparser/templates/union_end.tpl
+++ /dev/null
@@ -1,5 +0,0 @@
- default:
- DEBUG(5,("No handler for case %d in @FUNCNAME@\n",
- (int)il->@SWITCH@));
- goto fail;
- }