Skip to content

Commit

Permalink
Remove C library version of linenoise - using hpp header version
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Oct 30, 2024
1 parent 8531c6c commit 142598a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 387 deletions.
5 changes: 0 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@
path = regex/regex
url = https://github.com/BRL-CAD/regex
ignore = dirty
[submodule "linenoise/linenoise"]
path = linenoise/linenoise
url = https://github.com/BRL-CAD/linenoise
branch = RELEASE
ignore = dirty
[submodule "lmdb/lmdb"]
path = lmdb/lmdb
url = https://github.com/BRL-CAD/lmdb
Expand Down
4 changes: 0 additions & 4 deletions dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ add_project(openimageio GROUPS "APPLESEED")
# https://invisible-island.net/ncurses/
add_project(ncurses GROUPS "OSPRAY")

# Linenoise - line editing library
# https://github.com/msteveb/linenoise
add_project(linenoise GROUPS "BRLCAD")

# Lightning Memory-Mapped Database
# https://github.com/LMDB/lmdb
add_project(lmdb GROUPS "BRLCAD")
Expand Down
51 changes: 0 additions & 51 deletions linenoise/CMakeLists.txt

This file was deleted.

63 changes: 0 additions & 63 deletions linenoise/license.txt

This file was deleted.

1 change: 0 additions & 1 deletion linenoise/linenoise
Submodule linenoise deleted from 4a12be
2 changes: 0 additions & 2 deletions linenoise/linenoise.deps

This file was deleted.

Loading

0 comments on commit 142598a

Please sign in to comment.