summaryrefslogtreecommitdiff
path: root/runtime/js/40_error_stack.js
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/js/40_error_stack.js')
-rw-r--r--runtime/js/40_error_stack.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/js/40_error_stack.js b/runtime/js/40_error_stack.js
index 046f4ddf0..4269bf1ac 100644
--- a/runtime/js/40_error_stack.js
+++ b/runtime/js/40_error_stack.js
@@ -8,12 +8,7 @@
return core.opSync("op_format_diagnostic", diagnostics);
}
- function opFormatFileName(location) {
- return core.opSync("op_format_file_name", location);
- }
-
window.__bootstrap.errorStack = {
opFormatDiagnostics,
- opFormatFileName,
};
})(this);