From 55ecd9b0a4d637ed0a1bc3543981132993d40b0f Mon Sep 17 00:00:00 2001 From: Tony Hu Date: Thu, 18 Jan 2018 11:25:22 -0800 Subject: [PATCH] [infer][bucklib] Removing INFER_ANALYSIS flag Reviewed By: jeremydubreil Differential Revision: D6738795 fbshipit-source-id: 6d1a6a3 --- infer/lib/python/inferlib/bucklib.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/infer/lib/python/inferlib/bucklib.py b/infer/lib/python/inferlib/bucklib.py index f1afddd5f..7411cd7c5 100644 --- a/infer/lib/python/inferlib/bucklib.py +++ b/infer/lib/python/inferlib/bucklib.py @@ -72,10 +72,6 @@ def prepare_build(args): logging.error('Could not find infer') raise e - # make sure INFER_ANALYSIS is set when buck is called - logging.info('Setup Infer analysis mode for Buck: export INFER_ANALYSIS=1') - os.environ['INFER_ANALYSIS'] = '1' - # disable the Buck daemon as changes in the Buck config # may be missed otherwise os.environ['NO_BUCKD'] = '1'