Skip to content
Snippets Groups Projects
Commit 5a4a8611 authored by Ian Longden's avatar Ian Longden
Browse files

removed local sub new. Should be taken from BaseParser

parent 960fb72b
No related branches found
No related tags found
No related merge requests found
......@@ -54,12 +54,4 @@ sub run {
}
sub new {
my $self = {};
bless $self, "XrefParser::VbDirectParser";
return $self;
}
1;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment