Skip to content

Commit

Permalink
Remove an outdated TODO comment (#580)
Browse files Browse the repository at this point in the history
It looks like already done by using PASH_TOP which points PaSH's project
root.

Signed-off-by: a5ob7r <[email protected]>
  • Loading branch information
a5ob7r authored Jun 21, 2022
1 parent f736068 commit 3ead49c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/parser/ceda/parse_to_ast2.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
PASH_TOP = subprocess.run(GIT_TOP_CMD, stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True).stdout.rstrip()


# TODO: use Pash root directory
LIBDASH_LIBRARY_PATH = os.path.join(PASH_TOP, "compiler/parser/libdash/src/.libs/libdash.so")


Expand Down

0 comments on commit 3ead49c

Please sign in to comment.