From 5053a80a83cdba21fa8515f873a42a4b8b68e6f4 Mon Sep 17 00:00:00 2001 From: Nathan Harmata Date: Fri, 11 Mar 2016 17:36:44 +0000 Subject: Remove unused declared function AddJVMSpecificArguments. Kudos to @tfarina for pointing out this dead function declaration. An older commit (prior to bazel being open sourced) moved the file out of blaze_util.cc but forgot to delete the function declaration from the header file. And a subsequent change (also before bazel was open sourced) renamed/moved the implementation to a place that is now internal-only. -- MOS_MIGRATED_REVID=116980458 --- src/main/cpp/blaze_util.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/main') diff --git a/src/main/cpp/blaze_util.h b/src/main/cpp/blaze_util.h index 4a5a3ce59e..9222734e7b 100644 --- a/src/main/cpp/blaze_util.h +++ b/src/main/cpp/blaze_util.h @@ -66,10 +66,6 @@ bool IsStandardTerminal(); // connected, or 80 if there is no such terminal. int GetTerminalColumns(); -// Adds JVM arguments particular to running blaze with JVM v3 or higher. -void AddJVMSpecificArguments(const string &host_javabase, - std::vector *result); - // If 'arg' matches 'key=value', returns address of 'value'. // If it matches 'key' alone, returns address of next_arg. // Returns NULL otherwise. -- cgit v1.2.3