summaryrefslogtreecommitdiff
path: root/ACE/bin/PythonACE/fuzz/_types.py
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-14 11:45:00 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-14 11:45:00 +0000
commit695647966e3aa1691691cd3414a51578bee620f9 (patch)
treed76aca8f0a602dc68c3b11dbd8b596341c7aef0e /ACE/bin/PythonACE/fuzz/_types.py
parentdf48f3c389eb4d1b4bc595f1315214bab05eb0ad (diff)
downloadATCD-695647966e3aa1691691cd3414a51578bee620f9.tar.gz
Tue Sep 14 11:40:39 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/Array.pl: * bin/Array_Helper: * bin/Hash_Map_Manager.pl: * bin/Hash_Map_Manager_Helper: * bin/vxworks_modify.pl: Removed these files, very old and will not work at all * bin/PythonACE: * bin/PythonACE/__init__.py: * bin/PythonACE/fuzz: * bin/PythonACE/fuzz/__init__.py: * bin/PythonACE/fuzz/_fuzz.py: * bin/PythonACE/fuzz/_generic_handler.py: * bin/PythonACE/fuzz/_mailer.py: * bin/PythonACE/fuzz/_path.py: * bin/PythonACE/fuzz/_singleton.py: * bin/PythonACE/fuzz/_types.py: * bin/PythonACE/fuzz/_warning_handler.py: * bin/PythonACE/fuzz/check_includes.py: * bin/PythonACE/fuzz/check_no_tabs.py: * bin/PythonACE/fuzz/cpp_inline.py: * bin/PythonACE/fuzz/inline.py: * bin/PythonACE/fuzz/math_include.py: * bin/PythonACE/fuzz/max_filename.py: * bin/PythonACE/fuzz/max_project_len.py: * bin/PythonACE/fuzz/newline.py: * bin/PythonACE/fuzz/no_conflict_markers.py: * bin/PythonACE/fuzz/noncvs.py: * bin/PythonACE/fuzz/ptr_arith_t.py: * bin/PythonACE/fuzz/refcountservantbase.py: * bin/PythonACE/fuzz/streams_include.py: * bin/PythonACE/fuzz/verify_changelog.py: * bin/fuzz.py: Deleted, fuzz is still perl, if we need a PythonACE later we can easily get this again from svn
Diffstat (limited to 'ACE/bin/PythonACE/fuzz/_types.py')
-rw-r--r--ACE/bin/PythonACE/fuzz/_types.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/ACE/bin/PythonACE/fuzz/_types.py b/ACE/bin/PythonACE/fuzz/_types.py
deleted file mode 100644
index d5cb851c440..00000000000
--- a/ACE/bin/PythonACE/fuzz/_types.py
+++ /dev/null
@@ -1,6 +0,0 @@
-""" Defines a number of file extension groupings """
-
-source_files = ["c", "cc", "cpp", "cxx"]
-header_files = ["h", "cc", "cpp", "cxx"]
-inline_files = ["i", "ipp", "inl", "ixx"]
-idl_files = ["idl"]