remove comment which was left over from the original code copy. It refered

to some other code.
This commit is contained in:
kestes%walrus.com 2001-11-16 20:44:54 +00:00
parent 6bc80bec3b
commit b4c7ff96c3

View File

@ -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);