From 7ce033d797e5df5e2131e2ed459fba181eaf4658 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Tue, 18 Aug 2009 14:14:24 -0700 Subject: Cleanup of object destruction. No need to have a per-class destruction function. This was a legacy of the distant past when the classes did not have a common base. --- libs/rs/rsScript.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libs/rs/rsScript.cpp') diff --git a/libs/rs/rsScript.cpp b/libs/rs/rsScript.cpp index 6bcb8f23264a..fde31a1b90cc 100644 --- a/libs/rs/rsScript.cpp +++ b/libs/rs/rsScript.cpp @@ -37,12 +37,6 @@ namespace android { namespace renderscript { -void rsi_ScriptDestroy(Context * rsc, RsScript vs) -{ - Script *s = static_cast