summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJack Nagel <jacknagel@gmail.com>2014-06-05 16:34:10 -0500
committerJack Nagel <jacknagel@gmail.com>2014-06-05 16:34:10 -0500
commitb19761ff19ee1c006e95e34625294778a04f9e9d (patch)
treea989e1a3bd4964b71fd96f13bb110256187c1d94 /acprep
parenta0a995a011f16015abfb0b42877867080f17f556 (diff)
downloadfork-ledger-b19761ff19ee1c006e95e34625294778a04f9e9d.tar.gz
fork-ledger-b19761ff19ee1c006e95e34625294778a04f9e9d.tar.bz2
fork-ledger-b19761ff19ee1c006e95e34625294778a04f9e9d.zip
acprep: remove dead code
This isn't used anywhere since 4681e58d7f3cda2a2ac6d05b6ec1a106f568e029.
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 0 insertions, 2 deletions
diff --git a/acprep b/acprep
index b7ea8939..32561e53 100755
--- a/acprep
+++ b/acprep
@@ -36,8 +36,6 @@ LEVELS = {'DEBUG': logging.DEBUG,
'ERROR': logging.ERROR,
'CRITICAL': logging.CRITICAL}
-search_prefixes = [ '/usr/local', '/opt/local', '/sw', '/usr' ]
-
def which(program):
def is_exe(fpath):
return os.path.exists(fpath) and os.access(fpath, os.X_OK)