From b19b8a8d8c5ccb809fd84616471376f0e93c5e23 Mon Sep 17 00:00:00 2001 From: Nikos Gorogiannis Date: Fri, 23 Oct 2020 02:23:11 -0700 Subject: [PATCH] [buck-java][test] remove dead variables Summary: As per title. Reviewed By: jvillard Differential Revision: D24476837 fbshipit-source-id: e198c3e25 --- infer/tests/build_systems/genrulecapture/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/infer/tests/build_systems/genrulecapture/Makefile b/infer/tests/build_systems/genrulecapture/Makefile index 674dd1fbe..877e8aff8 100644 --- a/infer/tests/build_systems/genrulecapture/Makefile +++ b/infer/tests/build_systems/genrulecapture/Makefile @@ -4,11 +4,9 @@ # LICENSE file in the root directory of this source tree. TESTS_DIR = ../.. -ROOT_DIR = $(TESTS_DIR)/../.. -ANALYSE = $(ROOT_DIR)/scripts/genrule_run.sh BUCK_TARGET = //module2:module2 -CLEAN_EXTRA = buck-out +CLEAN_EXTRA = buck-out SOURCES = $(shell find . -name '*.java') INFERPRINT_OPTIONS = --issues-tests @@ -21,4 +19,3 @@ $(INFER_OUT)/report.json: $(MAKEFILE_LIST) $(SOURCES) $(call silent_on_success,Testing genrule capture integration in $(TEST_REL_DIR),\ $(INFER_BIN) --results-dir $(@D) $(INFER_OPTIONS) -- \ buck build --no-cache $(BUCK_TARGET)) -