Removed unused function.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 01 Jan 2021 18:02:55 +0200
changeset 1658 c0fc238c6755
parent 1657 5992e8df79c5
child 1659 f91903c43e29
Removed unused function.
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 .)
 
 ################################################################