Removed redundant line

This commit is contained in:
Pratyush Das 2019-10-20 01:00:57 +05:30 committed by SFT
parent 687c653589
commit 495a667988

View File

@ -46,7 +46,6 @@ from email.utils import formatdate
from datetime import tzinfo
import time
import multiprocessing
import fileinput
import stat
import json
@ -435,7 +434,6 @@ def set_vars():
class Build(object):
def __init__(self, target=None):
super(Build, self).__init__()
if args.get('create_dev_env'):
if args.get('create_dev_env') is None:
self.buildType = 'Debug'
@ -471,7 +469,6 @@ def compile(arg, build_libcpp):
travis_fold_start("compile")
global prefix, EXTRA_CMAKE_FLAGS
prefix = arg
PYTHON = sys.executable
# Cleanup previous installation directory if any
if os.path.isdir(prefix):