summaryrefslogtreecommitdiff
path: root/ACE/bin/PythonACE/fuzz/verify_changelog.py
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/bin/PythonACE/fuzz/verify_changelog.py')
-rw-r--r--ACE/bin/PythonACE/fuzz/verify_changelog.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/ACE/bin/PythonACE/fuzz/verify_changelog.py b/ACE/bin/PythonACE/fuzz/verify_changelog.py
deleted file mode 100644
index b84f2b3d147..00000000000
--- a/ACE/bin/PythonACE/fuzz/verify_changelog.py
+++ /dev/null
@@ -1,13 +0,0 @@
-""" Verifies that changelogs obey certain properties """
-
-type_list = [""]
-
-from sys import stderr
-import re
-
-backslashes = re.compile ("")
-
-def handler (filename, filetext):
- return 0
-
-