Remove unneeded N newline macro.

pull/3171/head
Thomas Stromberg 2018-09-27 15:00:12 -07:00
parent 417ab9941b
commit 9f97cdaacc
1 changed files with 0 additions and 6 deletions

View File

@ -72,12 +72,6 @@ define DOCKER
docker run --rm -e IN_DOCKER=1 --user $(shell id -u):$(shell id -g) -w /go/src/$(REPOPATH) -v $(GOPATH):/go --entrypoint /bin/bash $(1) -c '$(2)'
endef
# Newline for warnings
define N
endef
ifeq ($(BUILD_IN_DOCKER),y)
MINIKUBE_BUILD_IN_DOCKER=y
endif