remove unused detector

This commit is contained in:
Jakob Ketterl 2020-03-26 13:14:25 +01:00
parent 8a053f47d4
commit b87f7017d1
1 changed files with 0 additions and 7 deletions

View File

@ -124,13 +124,6 @@ class FeatureDetector(object):
"""
return self.command_is_runnable("nc --help")
def has_rtl_sdr(self):
"""
The rtl-sdr command is required to read I/Q data from an RTL SDR USB-Stick. It is available in most
distribution package managers.
"""
return self.command_is_runnable("rtl_sdr --help")
def has_hackrf_transfer(self):
"""
To use a HackRF, compile the HackRF host tools from its "stdout" branch: