Skip to content

Commit

Permalink
Merge pull request #4231 from atilaneves/delete_unused_function
Browse files Browse the repository at this point in the history
Delete unused Make function P2LIB from posix.mak
  • Loading branch information
DmitryOlshansky committed Apr 25, 2016
2 parents 29b0c55 + 837938b commit 97b4fe4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ endif
################################################################################
MAIN = $(ROOT)/emptymain.d

# Given one or more packages, returns their respective libraries
P2LIB=$(addprefix $(ROOT)/libphobos2_,$(addsuffix $(DOTLIB),$(subst /,_,$1)))
# Given one or more packages, returns the modules they contain
P2MODULES=$(foreach P,$1,$(addprefix $P/,$(PACKAGE_$(subst /,_,$P))))

Expand Down

0 comments on commit 97b4fe4

Please sign in to comment.