Removing deprecated piece of code

This commit is contained in:
Miroslav Stampar
2021-03-11 11:02:23 +01:00
parent 32b7f3040e
commit 9bc466edac
4 changed files with 2 additions and 109 deletions

View File

@@ -175,9 +175,6 @@ def main():
elif conf.vulnTest:
from lib.core.testing import vulnTest
os._exitcode = 1 - (vulnTest() or 0)
elif conf.bedTest:
from lib.core.testing import bedTest
os._exitcode = 1 - (bedTest() or 0)
elif conf.fuzzTest:
from lib.core.testing import fuzzTest
fuzzTest()