Merge "Remove nio cruft." into dalvik-dev
diff --git a/vm/Globals.h b/vm/Globals.h
index f28aab5..1862cb7 100644
--- a/vm/Globals.h
+++ b/vm/Globals.h
@@ -296,10 +296,6 @@
     /* 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];