summaryrefslogtreecommitdiff
path: root/src/node_internals.h
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2018-12-19 03:15:36 +0800
committerJoyee Cheung <joyeec9h3@gmail.com>2018-12-21 07:46:30 +0800
commita29c93a1472947ed053b674cfd670a9d191594ea (patch)
tree20ae016d819e3d6ed36cebd8f70f4c85c1662d47 /src/node_internals.h
parente9703619e0698953ed71e8faf446b61c11ec89fc (diff)
downloadandroid-node-v8-a29c93a1472947ed053b674cfd670a9d191594ea.tar.gz
android-node-v8-a29c93a1472947ed053b674cfd670a9d191594ea.tar.bz2
android-node-v8-a29c93a1472947ed053b674cfd670a9d191594ea.zip
src: move the declaration of http parser versions into node_metadata.h
Instead of putting them in node_internals.h. PR-URL: https://github.com/nodejs/node/pull/25115 Reviewed-By: Steven R Loomis <srloomis@us.ibm.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/node_internals.h')
-rw-r--r--src/node_internals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/node_internals.h b/src/node_internals.h
index 2c6aad5b96..03017fb4f5 100644
--- a/src/node_internals.h
+++ b/src/node_internals.h
@@ -698,9 +698,6 @@ static inline const char* errno_string(int errorno) {
extern double prog_start_time;
-extern const char* const llhttp_version;
-extern const char* const http_parser_version;
-
void Abort(const v8::FunctionCallbackInfo<v8::Value>& args);
void Chdir(const v8::FunctionCallbackInfo<v8::Value>& args);
void CPUUsage(const v8::FunctionCallbackInfo<v8::Value>& args);