Skip to content

Commit

Permalink
src: remove unnecessary forward declarations
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node-addon-api#633
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Chengzhong Wu <[email protected]>
  • Loading branch information
John French committed Dec 24, 2019
1 parent 2ef3fe2 commit d305511
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions napi.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,9 @@ namespace Napi {
class Array;
class ArrayBuffer;
class Function;
template <typename T> class Buffer;
class Error;
class PropertyDescriptor;
class CallbackInfo;
template <typename T> class Reference;
class TypedArray;
template <typename T> class TypedArrayOf;

Expand Down

0 comments on commit d305511

Please sign in to comment.