From b2bbc3619e8951c9c1d37eaa47eb70ba10403bef Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 30 Apr 2018 13:08:52 +0200 Subject: [PATCH] http2: remove unused using declarations node_http2 PR-URL: https://github.com/nodejs/node/pull/20420 Reviewed-By: Anatoli Papirovski Reviewed-By: Tiancheng "Timothy" Gu Reviewed-By: Colin Ihrig --- src/node_http2.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node_http2.h b/src/node_http2.h index da404841450f27..8ee4fd450e578d 100644 --- a/src/node_http2.h +++ b/src/node_http2.h @@ -16,7 +16,6 @@ namespace http2 { using v8::Array; using v8::Context; -using v8::EscapableHandleScope; using v8::Isolate; using v8::MaybeLocal;