From 7f29bc2601d3d7831e509bb335e532913666ca90 Mon Sep 17 00:00:00 2001 From: matthewkeil Date: Thu, 29 Jun 2023 00:57:21 -0700 Subject: [PATCH] refactor: remove declaration for BuildJsConstants --- rebuild/src/addon.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rebuild/src/addon.h b/rebuild/src/addon.h index 22179f2d..0575320a 100644 --- a/rebuild/src/addon.h +++ b/rebuild/src/addon.h @@ -158,12 +158,6 @@ class BlstTsAddon : public Napi::Addon { * Converts a blst error to an error string */ std::string GetBlstErrorString(const blst::BLST_ERROR &err); - - private: - /** - * Creates a constants objects to pass to JS - */ - Napi::Object BuildJsConstants(Napi::Env &env); }; #endif /* BLST_TS_ADDON_H__ */ \ No newline at end of file