From b4c7ff96c3ddb93bb4f31b1a0de004c4e13ce249 Mon Sep 17 00:00:00 2001 From: "kestes%walrus.com" Date: Fri, 16 Nov 2001 20:44:54 +0000 Subject: [PATCH] remove comment which was left over from the original code copy. It refered to some other code. --- webtools/tinderbox2/src/lib/TinderDB/BT_Generic.pm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/webtools/tinderbox2/src/lib/TinderDB/BT_Generic.pm b/webtools/tinderbox2/src/lib/TinderDB/BT_Generic.pm index 44e50292bb46..ea61b21f2bec 100644 --- a/webtools/tinderbox2/src/lib/TinderDB/BT_Generic.pm +++ b/webtools/tinderbox2/src/lib/TinderDB/BT_Generic.pm @@ -40,11 +40,6 @@ package TinderDB::BT; -# the raw CVS implemenation of the Version Control DB for Tinderbox. -# This column of the status table will report who has changed files in -# the CVS repository and what files they have changed. - - # We store the hash of all names who modified the tree at a # particular time as follows: @@ -74,7 +69,7 @@ use TreeData; use VCDisplay; -$VERSION = ( qw $Revision: 1.12 $ )[1]; +$VERSION = ( qw $Revision: 1.13 $ )[1]; @ISA = qw(TinderDB::BasicTxtDB);