Skip to content

Commit 142598a

Browse files
committed
Remove C library version of linenoise - using hpp header version
1 parent 8531c6c commit 142598a

7 files changed

+0
-387
lines changed

.gitmodules

-5
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@
5454
path = regex/regex
5555
url = https://github.com/BRL-CAD/regex
5656
ignore = dirty
57-
[submodule "linenoise/linenoise"]
58-
path = linenoise/linenoise
59-
url = https://github.com/BRL-CAD/linenoise
60-
branch = RELEASE
61-
ignore = dirty
6257
[submodule "lmdb/lmdb"]
6358
path = lmdb/lmdb
6459
url = https://github.com/BRL-CAD/lmdb

dependencies.cmake

-4
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,6 @@ add_project(openimageio GROUPS "APPLESEED")
169169
# https://invisible-island.net/ncurses/
170170
add_project(ncurses GROUPS "OSPRAY")
171171

172-
# Linenoise - line editing library
173-
# https://github.com/msteveb/linenoise
174-
add_project(linenoise GROUPS "BRLCAD")
175-
176172
# Lightning Memory-Mapped Database
177173
# https://github.com/LMDB/lmdb
178174
add_project(lmdb GROUPS "BRLCAD")

linenoise/CMakeLists.txt

-51
This file was deleted.

linenoise/license.txt

-63
This file was deleted.

linenoise/linenoise

-1
This file was deleted.

linenoise/linenoise.deps

-2
This file was deleted.

0 commit comments

Comments
 (0)