From b4ec2f705a341e4566723235257e67186546cd3e Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Mon, 1 Jul 2013 12:29:57 -0400 Subject: [PATCH] Clean up --- setup.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/setup.py b/setup.py index e2783c039..67b859b13 100644 --- a/setup.py +++ b/setup.py @@ -59,15 +59,6 @@ def _find_library_file(self, library): self.compiler.library_dirs, library) -# XXX Who or what still uses this? -#def _find_version(filename): -# for line in open(filename).readlines(): -# m = re.search("VERSION\s*=\s*\"([^\"]+)\"", line) -# if m: -# return m.group(1) -# return None - - def _lib_include(root): # map root to (root/lib, root/include) return os.path.join(root, "lib"), os.path.join(root, "include")