From f29ca50d80e3dc379de1642e85b7963175b2ca38 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Tue, 23 Jun 2009 12:22:47 -0700 Subject: Cleanup logging and fix a startup race condition that manifested on Firestone. --- libs/rs/rsScriptC.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libs/rs/rsScriptC.cpp') diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index 27c13bd41af6..522ed00b79a1 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/rsScriptC.cpp @@ -472,14 +472,10 @@ void ScriptCState::runCompiler(Context *rsc) accGetPragmas(mAccScript, &pragmaCount, pragmaMax, &str[0]); for (int ct=0; ct < pragmaCount; ct+=2) { - LOGE("pragma %i %s %s", ct, str[ct], str[ct+1]); - if (!strcmp(str[ct], "version")) { continue; - } - if (!strcmp(str[ct], "stateVertex")) { if (!strcmp(str[ct+1], "default")) { continue; -- cgit v1.2.3-59-g8ed1b