From 485b94fb66e9c820cae2cb20034a6e39edfc62a2 Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Mon, 16 Dec 2019 09:18:47 -0800 Subject: [PATCH] src: remove unnecessary forward declarations --- napi.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/napi.h b/napi.h index 62198b1b3..c16610828 100644 --- a/napi.h +++ b/napi.h @@ -126,11 +126,9 @@ namespace Napi { class Array; class ArrayBuffer; class Function; - template class Buffer; class Error; class PropertyDescriptor; class CallbackInfo; - template class Reference; class TypedArray; template class TypedArrayOf;