summaryrefslogtreecommitdiff
path: root/rsScriptC.h
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2012-11-15 18:18:04 -0800
committerStephen Hines <srhines@google.com>2012-11-19 15:25:05 -0800
commit709a0978ae141198018ca9769f8d96292a8928e6 (patch)
treedf238ec6851e4174ec86d363b310d97e2b395ebb /rsScriptC.h
parent6f01bcf691433b8413e57fe8b67b0f5dba4d0013 (diff)
downloadrs-709a0978ae141198018ca9769f8d96292a8928e6.tar.gz
Separate CPU driver impl from reference driver.
Change-Id: Ifb484edda665959b81d7b1f890d108bfa20a535d
Diffstat (limited to 'rsScriptC.h')
-rw-r--r--rsScriptC.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/rsScriptC.h b/rsScriptC.h
index 4ef2c4b8..75fb0f49 100644
--- a/rsScriptC.h
+++ b/rsScriptC.h
@@ -60,8 +60,7 @@ public:
//protected:
void setupScript(Context *);
void setupGLState(Context *);
- Script * setTLS(Script *);
- private:
+private:
#ifndef ANDROID_RS_SERIALIZE
bcinfo::BitcodeTranslator *BT;
#endif