summaryrefslogtreecommitdiff
path: root/rsScriptC.cpp
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2010-10-14 17:48:46 -0700
committerJason Sams <rjsams@android.com>2010-10-14 17:48:46 -0700
commit2353ae303868d04e3a26002b2f2dc456c15e8170 (patch)
treefff7ee9e87999aeb8a4d656a69b94da6e72f9e35 /rsScriptC.cpp
parent64cf5e9a6934ddb9efe6fd9914a6fd8a06d55ab4 (diff)
downloadrs-2353ae303868d04e3a26002b2f2dc456c15e8170.tar.gz
Async type creation.
Change-Id: I4d98446fabbf7e8a98c97f85b573a58c8a0c58c2
Diffstat (limited to 'rsScriptC.cpp')
-rw-r--r--rsScriptC.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/rsScriptC.cpp b/rsScriptC.cpp
index e60255a2..a2910d7e 100644
--- a/rsScriptC.cpp
+++ b/rsScriptC.cpp
@@ -529,8 +529,6 @@ RsScript rsi_ScriptCCreate(Context * rsc)
ss->runCompiler(rsc, s.get());
s->incUserRef();
- s->setContext(rsc);
-
ss->clear(rsc);
return s.get();
}