summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2014-02-10 09:01:16 -0800
committerBrian Dolbec <dolsen@gentoo.org>2014-02-11 00:07:14 -0800
commit7b700febab305270afd3a05e4742ab733eddfc1d (patch)
tree1b48fb99849e303ee5a1a3eac16953011de5fe86
parent276eabfceb04d74aad206d2e85394759bdc00658 (diff)
downloadgentoolkit-7b700febab305270afd3a05e4742ab733eddfc1d.tar.gz
revdep_rebuild/stuff.py: Remove unused exithandler()
-rw-r--r--pym/gentoolkit/revdep_rebuild/stuff.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pym/gentoolkit/revdep_rebuild/stuff.py b/pym/gentoolkit/revdep_rebuild/stuff.py
index aa91be2..ea27ef2 100644
--- a/pym/gentoolkit/revdep_rebuild/stuff.py
+++ b/pym/gentoolkit/revdep_rebuild/stuff.py
@@ -46,10 +46,6 @@ def scan(params, files, max_args):
return out
-def exithandler(signum, frame):
- sys.exit(1)
-
-
def get_masking_status(ebuild):
"""returns the masking status of an ebuild