Skip to content

Commit

Permalink
Revert "Add llhttp to subprojects"
Browse files Browse the repository at this point in the history
This reverts commit 75d3658.
  • Loading branch information
uchenily committed Jun 8, 2024
1 parent 4c8d596 commit bdd4c01
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 87 deletions.
2 changes: 0 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ includes = include_directories('.')
cpp = meson.get_compiler('cpp')
libuv_dep = dependency('libuv')
libbfd_dep = cpp.find_library('bfd', required: false)
llhttp_dep = dependency('llhttp')
curl_dep = cpp.find_library('curl', required: false)
if curl_dep.found()
compile_args += '-DHAS_CURL'
Expand All @@ -26,7 +25,6 @@ endif

dependencies = []
dependencies += libuv_dep
dependencies += llhttp_dep

if libbfd_dep.found()
dependencies += libbfd_dep
Expand Down
10 changes: 0 additions & 10 deletions subprojects/llhttp.wrap

This file was deleted.

40 changes: 0 additions & 40 deletions subprojects/packagefiles/llhttp/meson.build

This file was deleted.

1 change: 0 additions & 1 deletion tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ all_tests_sources = [
'test_buffered.cpp',
'test_buffered2.cpp',
'test_coredump.cpp',
'test_llhttp.cpp',
'test_caseinsensitive.cpp',
]

Expand Down
34 changes: 0 additions & 34 deletions tests/test_llhttp.cpp

This file was deleted.

0 comments on commit bdd4c01

Please sign in to comment.