From a8f488dd018ef306e09bc1f7c3ee36da1146265c Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 27 Oct 2010 10:11:12 -0700 Subject: [PATCH] Remove nio cruft. Change-Id: Ie0dd478f499e9fa40a4af8f10b81df7144a3e813 --- vm/Globals.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vm/Globals.h b/vm/Globals.h index f28aab563..1862cb76b 100644 --- a/vm/Globals.h +++ b/vm/Globals.h @@ -296,10 +296,6 @@ struct DvmGlobals { /* method pointers - java.lang.ref.Reference */ Method* methJavaLangRefReference_enqueueInternal; - /* field offsets - java.nio.Buffer and java.nio.DirectByteBufferImpl */ - //int offJavaNioBuffer_capacity; - //int offJavaNioDirectByteBufferImpl_pointer; - /* method pointers - java.security.AccessController */ volatile int javaSecurityAccessControllerReady; Method* methJavaSecurityAccessController_doPrivileged[4]; -- 2.11.0