Update of /cvsroot/lxr/lxr/lib/LXR/Lang
In directory usw-pr-cvs1:/tmp/cvs-serv30447/lib/LXR/Lang
Modified Files:
C.pm
Log Message:
Remove unused Index::removesymbol method
Index: C.pm
===================================================================
RCS file: /cvsroot/lxr/lxr/lib/LXR/Lang/C.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** C.pm 2001/08/04 18:27:28 1.8
--- C.pm 2001/08/14 14:18:44 1.9
***************
*** 50,62 ****
}
- sub removereserved {
- my ($self) = @_;
- my ($keyword);
-
- foreach $keyword (@reserved) {
- $index->removesymbol($keyword);
- }
- }
-
sub indexfile {
my ($self, $name, $path, $fileid, $index, $config) = @_;
--- 50,53 ----
***************
*** 100,104 ****
$path);
}
- # $self->removereserved;
}
--- 91,94 ----
|