chg: Remove old warning.

pull/175/head
Raphaël Vinot 2018-01-11 14:07:31 +01:00
parent fc879c531c
commit e17349cba2
1 changed files with 0 additions and 2 deletions

View File

@ -90,6 +90,4 @@ def make_binary_objects(filepath=None, pseudofile=None, filename=None, standalon
logger.warning(e)
if not HAS_LIEF:
logger.warning('Please install lief, documentation here: https://github.com/lief-project/LIEF')
if not filepath:
logger.warning('LIEF currently requires a filepath and not a pseudo file')
return misp_file, None, None