Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused symbols.
  • Loading branch information
jnthn committed Mar 15, 2014
1 parent d6042a6 commit 16df539
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tools/build/Makefile.in
Expand Up @@ -19,11 +19,6 @@ RM_F = $(PERL) -MExtUtils::Command -e rm_f
MKPATH = $(PERL) -MExtUtils::Command -e mkpath
CHMOD = $(PERL) -MExtUtils::Command -e chmod

# locations of parrot resources
PARROT_EXE = $(PARROT_BIN_DIR)/parrot$(EXE)
P_NQP_EXE = $(PARROT_BIN_DIR)/nqp-p$(EXE)
PBC_TO_EXE = $(PARROT_BIN_DIR)/pbc_to_exe$(EXE)

PERL6_EXE = perl6-p$(EXE)
PERL6_LANG_DIR = $(PARROT_LIB_DIR)/languages/perl6
PERL6_INSTALL = $(PARROT_BIN_DIR)/$(PERL6_EXE)
Expand Down Expand Up @@ -111,8 +106,6 @@ help:
config:
$(PERL) Configure.pl

$(PARROT_EXE):

CRITIC_FILES=Configure.pl tools/build/

perlcritic:
Expand Down

0 comments on commit 16df539

Please sign in to comment.