summaryrefslogtreecommitdiff
path: root/deps/node/deps/llhttp/llhttp.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/llhttp/llhttp.gyp')
-rw-r--r--deps/node/deps/llhttp/llhttp.gyp13
1 files changed, 0 insertions, 13 deletions
diff --git a/deps/node/deps/llhttp/llhttp.gyp b/deps/node/deps/llhttp/llhttp.gyp
deleted file mode 100644
index 4acc79bd..00000000
--- a/deps/node/deps/llhttp/llhttp.gyp
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- 'targets': [
- {
- 'target_name': 'llhttp',
- 'type': 'static_library',
- 'include_dirs': [ '.', 'include' ],
- 'direct_dependent_settings': {
- 'include_dirs': [ 'include' ],
- },
- 'sources': [ 'src/llhttp.c', 'src/api.c', 'src/http.c' ],
- },
- ]
-}