# HG changeset patch # User Oleksandr Gavenko # Date 1609516975 -7200 # Node ID c0fc238c675550ca6d3f7fc2529b30240a9f1865 # Parent 5992e8df79c5bfea7123f1042611610009862ddd Removed unused function. diff -r 5992e8df79c5 -r c0fc238c6755 Makefile --- a/Makefile Thu Dec 31 23:11:59 2020 +0200 +++ b/Makefile Fri Jan 01 18:02:55 2021 +0200 @@ -23,7 +23,6 @@ ################################################################ # Helper definition. -which = $(firstword $(foreach item,$(subst :, ,$(PATH)),$(wildcard $(item)/$1))) curdir := $(realpath .) ################################################################