aboutsummaryrefslogtreecommitdiff
path: root/src/embind/emval.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/embind/emval.js')
-rw-r--r--src/embind/emval.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/embind/emval.js b/src/embind/emval.js
index b2adb89a..6552b0a7 100644
--- a/src/embind/emval.js
+++ b/src/embind/emval.js
@@ -13,11 +13,6 @@ Module.count_emval_handles = function() {
return _emval_handle_array.length;
};
-Module.reset_emval_handles = function() {
- _emval_handle_array = [];
- _emval_free_list = [];
-};
-
// Private C++ API
function __emval_register(value) {