mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 17:22:04 +00:00
remove comment which was left over from the original code copy. It refered
to some other code.
This commit is contained in:
parent
6bc80bec3b
commit
b4c7ff96c3
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user