From e71efab73d2198732c864b30d75f6aacb812d611 Mon Sep 17 00:00:00 2001 From: henrika Date: Mon, 27 Feb 2017 05:44:15 -0800 Subject: [PATCH] Minor fix in profiling script, part 2. Ensures that perf_update works after inital perf_setup.sh call. NOTRY=TRUE TBR=kjellander BUG=NONE Review-Url: https://codereview.webrtc.org/2719033002 Cr-Commit-Position: refs/heads/master@{#16868} --- tools-webrtc/android/profiling/perf_setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools-webrtc/android/profiling/perf_setup.sh b/tools-webrtc/android/profiling/perf_setup.sh index ae3de6c3f6..3cd5d1da26 100755 --- a/tools-webrtc/android/profiling/perf_setup.sh +++ b/tools-webrtc/android/profiling/perf_setup.sh @@ -198,7 +198,6 @@ function print_function_help() { function cleanup() { unset -f main - unset BUILD_DIR } # -----------------------------------------------------------------------------