Index: third_party/sqlite/src/ext/rtree/rtree_util.tcl |
diff --git a/third_party/sqlite/src/ext/rtree/rtree_util.tcl b/third_party/sqlite/src/ext/rtree/rtree_util.tcl |
index 55482e4514dd83d0352df4ff5045d3ad628a6449..50a1b58065111013a8f2d066f0f9178936f47089 100644 |
--- a/third_party/sqlite/src/ext/rtree/rtree_util.tcl |
+++ b/third_party/sqlite/src/ext/rtree/rtree_util.tcl |
@@ -13,8 +13,6 @@ |
# analyzing r-tree structures created with this module. It is |
# used by both test procedures and the r-tree viewer application. |
# |
-# $Id: rtree_util.tcl,v 1.1 2008/05/26 18:41:54 danielk1977 Exp $ |
-# |
#-------------------------------------------------------------------------- |
@@ -192,4 +190,3 @@ proc rtree_treedump {db zTab} { |
set d [rtree_depth $db $zTab] |
rtree_nodetreedump $db $zTab "" $d 1 |
} |
- |