OSDN Git Service

Remove nio cruft.
authorElliott Hughes <enh@google.com>
Wed, 27 Oct 2010 17:11:12 +0000 (10:11 -0700)
committerElliott Hughes <enh@google.com>
Wed, 27 Oct 2010 17:11:12 +0000 (10:11 -0700)
Change-Id: Ie0dd478f499e9fa40a4af8f10b81df7144a3e813

vm/Globals.h

index f28aab5..1862cb7 100644 (file)
@@ -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];