Skip to content

Commit

Permalink
Remove old commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Jan 11, 2019
1 parent 545b7ef commit 2191014
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions magma/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ def compile(basename, main, output='verilog', **kwargs):
opts["output_verilog"] = True
output = "coreir"

# NOTE(raj): With the new uniquification logic, this is no longer needed.
# check_definitions_are_unique(main)
if get_compile_dir() == 'callee_file_dir':
(_, filename, _, _, _, _) = inspect.getouterframes(inspect.currentframe())[1]
file_path = os.path.dirname(filename)
Expand Down

0 comments on commit 2191014

Please sign in to comment.