diff options
Diffstat (limited to 'source3/aparser/templates/harness_end.tpl')
-rw-r--r-- | source3/aparser/templates/harness_end.tpl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/aparser/templates/harness_end.tpl b/source3/aparser/templates/harness_end.tpl deleted file mode 100644 index 1e15faec16..0000000000 --- a/source3/aparser/templates/harness_end.tpl +++ /dev/null @@ -1,7 +0,0 @@ - { - printf("structure %s not found\n", test); - ret = False; - } - - return ret; -} |