diff options
author | Elliott Hughes <enh@google.com> | 2011-04-12 12:09:01 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-04-12 12:09:01 -0700 |
commit | d3a6956a6d69d7399931c403cd31cb0236278fc6 (patch) | |
tree | fb16e2adb902eacccc408fff1fb14e52db722886 /core/jni/android_util_EventLog.cpp | |
parent | b00be001602b84420e02d36d6e6481b22eab2aa3 (diff) | |
parent | dd66bcbf9d6ef0c50a18d9c4b1b39ce7ef7afcc4 (diff) | |
download | frameworks_base-d3a6956a6d69d7399931c403cd31cb0236278fc6.zip frameworks_base-d3a6956a6d69d7399931c403cd31cb0236278fc6.tar.gz frameworks_base-d3a6956a6d69d7399931c403cd31cb0236278fc6.tar.bz2 |
Merge "More native code cleanup."
Diffstat (limited to 'core/jni/android_util_EventLog.cpp')
-rw-r--r-- | core/jni/android_util_EventLog.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/jni/android_util_EventLog.cpp b/core/jni/android_util_EventLog.cpp index 91d37d3..5d51110 100644 --- a/core/jni/android_util_EventLog.cpp +++ b/core/jni/android_util_EventLog.cpp @@ -35,9 +35,6 @@ static jmethodID gEventInitID; static jclass gIntegerClass; static jfieldID gIntegerValueID; -static jclass gListClass; -static jfieldID gListItemsID; - static jclass gLongClass; static jfieldID gLongValueID; |