remove unnecessary code.

pull/32/merge
Apex Liu 2017-04-05 19:24:08 +08:00
parent 2f315c558b
commit 60432f04ae
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ ctx = BuildContext()
PATH_EXTERNAL = os.path.join(env.root_path, 'external')
PATH_DOWNLOAD = os.path.join(PATH_EXTERNAL, '_download_')
LIBSSH_VER = utils.cfg.ver.libssh
class BuilderBase:
def __init__(self):