From bc948dedcee57a66fe2cb38d4c79d04a10c7efb3 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Mon, 17 Aug 2009 18:35:48 -0700 Subject: Remove global IO context and integrate it into the RS context. --- libs/rs/rsThreadIO.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/rs/rsThreadIO.cpp') diff --git a/libs/rs/rsThreadIO.cpp b/libs/rs/rsThreadIO.cpp index 89df59dc80cb..20b0a94b3fa9 100644 --- a/libs/rs/rsThreadIO.cpp +++ b/libs/rs/rsThreadIO.cpp @@ -21,8 +21,6 @@ using namespace android; using namespace android::renderscript; -ThreadIO *android::renderscript::gIO = NULL; - ThreadIO::ThreadIO() { mToCore.init(16 * 1024); -- cgit v1.2.3-59-g8ed1b