Index: tools/splaytree.js |
diff --git a/tools/splaytree.js b/tools/splaytree.js |
index 3045456dc50704c61dd2ac4089e2ad84aa0e7237..f3beb164ae8921cb29ff42145daf1e890485f0e5 100644 |
--- a/tools/splaytree.js |
+++ b/tools/splaytree.js |
@@ -94,7 +94,6 @@ goog.structs.SplayTree.prototype.insert = function(key, value) { |
}; |
- |
/** |
* Removes a node with the specified key from the tree if the tree |
* contains a node with this key. The removed node is returned. If the |