Skip to content

Commit 4ec30f0

Browse files
committed
Delete dead code
The quick-lint-js-generate-error-documentation tool is no longer used. Delete it. Subsequently, the md4c third-party library is no longer used. Delete it.
1 parent 4cda7ac commit 4ec30f0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+0
-30991
lines changed

docs/CMakeLists.txt

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,6 @@
44
cmake_minimum_required(VERSION 3.10)
55
include(GNUInstallDirs)
66

7-
add_executable(
8-
quick-lint-js-generate-error-docs
9-
generate-error-docs.cpp
10-
)
11-
target_link_libraries(
12-
quick-lint-js-generate-error-docs
13-
PRIVATE
14-
md4c
15-
quick-lint-js-docs-lib
16-
quick-lint-js-lib
17-
)
18-
19-
add_library(
20-
quick-lint-js-docs-lib
21-
error-documentation.cpp
22-
)
23-
target_include_directories(quick-lint-js-docs-lib PUBLIC .)
24-
target_link_libraries(
25-
quick-lint-js-docs-lib
26-
PUBLIC
27-
quick-lint-js-lib
28-
PRIVATE
29-
md4c
30-
)
31-
327
install(
338
FILES quick-lint-js.1
349
DESTINATION "${CMAKE_INSTALL_MANDIR}/man1"

0 commit comments

Comments
 (0)