Remove OOB object destruction.
Change-Id: Icaa06aca4a701ec663c124d3141d9dbb633d7dc1
This commit is contained in:
@@ -143,10 +143,6 @@ public class RenderScript {
|
||||
synchronized void nObjDestroy(int id) {
|
||||
rsnObjDestroy(mContext, id);
|
||||
}
|
||||
native void rsnObjDestroyOOB(int con, int id);
|
||||
synchronized void nObjDestroyOOB(int id) {
|
||||
rsnObjDestroyOOB(mContext, id);
|
||||
}
|
||||
native int rsnFileOpen(int con, byte[] name);
|
||||
synchronized int nFileOpen(byte[] name) {
|
||||
return rsnFileOpen(mContext, name);
|
||||
|
||||
Reference in New Issue
Block a user