Commit 34922e8d authored by adamk's avatar adamk Committed by Commit bot

Remove empty SNPrintF call to make mips build happy

TBR=klaasb@google.com

Review-Url: https://codereview.chromium.org/2370033004
Cr-Commit-Position: refs/heads/master@{#39792}
parent 1f89abcb
......@@ -1040,7 +1040,7 @@ static void TickLines(bool optimize) {
i::SNPrintF(optimize_call, "%%OptimizeFunctionOnNextCall(%s);\n",
func_name);
} else {
i::SNPrintF(optimize_call, "");
optimize_call[0] = '\0';
}
i::SNPrintF(script,
"function %s() {\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment