Squish: Remove unused function

Change-Id: I2860d77dcb6a571e6af0e8aff86b997c12dafc90
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
Robert Loehning
2013-12-02 18:39:22 +01:00
parent 7f492541b9
commit 4fd4f5d9fc

View File

@@ -65,10 +65,6 @@ def __addSignalHandlerDict__(lazySignalHandlerFunction):
installedSignalHandlers.setdefault("%s____%s" % (name,signalSignature), handlers) installedSignalHandlers.setdefault("%s____%s" % (name,signalSignature), handlers)
return wrappedFunction return wrappedFunction
# returns the currently assigned handler functions for a given object and signal
def getInstalledSignalHandlers(name, signalSignature):
return installedSignalHandlers.get("%s____%s" % (name,signalSignature))
# this method checks the last build (if there's one) and logs the number of errors, warnings and # this method checks the last build (if there's one) and logs the number of errors, warnings and
# lines within the Issues output # lines within the Issues output
# optional parameter can be used to tell this function if the build was expected to fail or not # optional parameter can be used to tell this function if the build was expected to fail or not