Skip to content

Commit c397c7c

Browse files
committed
Removed Some Unused Variables From mkconcore.py
1 parent 0798c7e commit c397c7c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

mkconcore.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
CPPEXE = "g++" #Ubuntu/macOS C++ 6/22/21
1616
VWIN = "iverilog" #Windows verilog 6/25/21
1717
VEXE = "iverilog" #Ubuntu/macOS verilog 6/25/21
18-
CPPEXE = "g++" #Ubuntu/macOS C++ 6/22/21
1918
PYTHONEXE = "python3" #Ubuntu/macOS python 3
2019
PYTHONWIN = "python" #Windows python 3
2120
MATLABEXE = "matlab" #Ubuntu/macOS matlab
@@ -74,7 +73,6 @@
7473
print("if intended, remove or rename "+outdir+" first")
7574
quit()
7675

77-
currentdir = os.getcwd()
7876
os.mkdir(outdir)
7977
os.chdir(outdir)
8078
if concoretype == "windows":

0 commit comments

Comments
 (0)