Skip to content

Commit

Permalink
Remove the cpptranslate program
Browse files Browse the repository at this point in the history
This functionality is handled by `lpython --show-cpp`.
  • Loading branch information
certik committed Feb 22, 2022
1 parent e917d1f commit 6deaa7f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 91 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# LFortran

src/bin/lpython
src/bin/cpptranslate
src/bin/parse
src/bin/parse2
src/lpython/parser/parser.output
Expand Down
1 change: 0 additions & 1 deletion ci/build.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ cd ../..
jupyter kernelspec list --json

cp lpython-$lpython_version/test-bld/src/bin/lpython src/bin
cp lpython-$lpython_version/test-bld/src/bin/cpptranslate src/bin
if $WIN == "1":
cp lpython-$lpython_version/test-bld/src/runtime/legacy/lfortran_runtime* src/runtime/
else:
Expand Down
4 changes: 0 additions & 4 deletions src/bin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,3 @@ install(TARGETS lpython
ARCHIVE DESTINATION share/lpython/lib
LIBRARY DESTINATION share/lpython/lib
)


add_executable(cpptranslate cpptranslate.cpp)
target_link_libraries(cpptranslate lfortran_lib)
85 changes: 0 additions & 85 deletions src/bin/cpptranslate.cpp

This file was deleted.

0 comments on commit 6deaa7f

Please sign in to comment.