From b19761ff19ee1c006e95e34625294778a04f9e9d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 5 Jun 2014 16:34:10 -0500 Subject: acprep: remove dead code This isn't used anywhere since 4681e58d7f3cda2a2ac6d05b6ec1a106f568e029. --- acprep | 2 -- 1 file changed, 2 deletions(-) (limited to 'acprep') 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) -- cgit v1.2.3