Skip to content

Commit

Permalink
refactor: remove declaration for BuildJsConstants
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Jun 29, 2023
1 parent 6905c8b commit 7f29bc2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rebuild/src/addon.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,6 @@ class BlstTsAddon : public Napi::Addon<BlstTsAddon> {
* 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__ */

0 comments on commit 7f29bc2

Please sign in to comment.