Index: src/mirror-debugger.js |
diff --git a/src/mirror-debugger.js b/src/mirror-debugger.js |
index 9c58426bb1974a79c3aac5357802cf8976f91d0c..335b4447a0e055941010c4f04055ab84893ec3fb 100644 |
--- a/src/mirror-debugger.js |
+++ b/src/mirror-debugger.js |
@@ -18,15 +18,6 @@ function ToggleMirrorCache(value) { |
} |
-/** |
- * Clear the mirror handle cache. |
- */ |
-function ClearMirrorCache() { |
- next_handle_ = 0; |
- mirror_cache_ = []; |
-} |
- |
- |
// Wrapper to check whether an object is a Promise. The call may not work |
// if promises are not enabled. |
// TODO(yangguo): remove try-catch once promises are enabled by default. |