From 3b9c52ab8c1ab240d2299358d01a8efbe392d111 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Thu, 14 Oct 2010 17:48:46 -0700 Subject: Async type creation. Change-Id: I4d98446fabbf7e8a98c97f85b573a58c8a0c58c2 --- libs/rs/rsScriptC.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/rs/rsScriptC.cpp') diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index e60255a2b2f1..a2910d7e75d1 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/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(); } -- cgit v1.2.3-59-g8ed1b