Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove superfluous reference to $*SPEC
  • Loading branch information
lizmat committed Nov 30, 2014
1 parent 54d2711 commit d027745
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/CompUnit.pm
Expand Up @@ -25,7 +25,6 @@ class CompUnit {

# set name / extension if not already given
if !$name or !$extension.defined {
my IO::Spec $SPEC := $*SPEC;
$name ||= MAKE-BASENAME($abspath);
$extension ||= MAKE-EXT($name);
}
Expand Down

0 comments on commit d027745

Please sign in to comment.