summaryrefslogtreecommitdiffstats
path: root/vm/UtfString.h
diff options
context:
space:
mode:
authorCarl Shapiro <cshapiro@google.com>2011-04-27 23:00:01 -0700
committerCarl Shapiro <cshapiro@google.com>2011-04-27 23:00:01 -0700
commitd862faa2ceae186da5518607505eb942d634ced9 (patch)
tree3854638a1851457b5f895fc6c39fa032fd90c6f9 /vm/UtfString.h
parent5cdd4a3f91d3fc25c8eeca8f58e35bb6c4e908ca (diff)
downloadandroid_dalvik-d862faa2ceae186da5518607505eb942d634ced9.tar.gz
android_dalvik-d862faa2ceae186da5518607505eb942d634ced9.tar.bz2
android_dalvik-d862faa2ceae186da5518607505eb942d634ced9.zip
Get rid of uneeded extern, enum, typedef and struct qualifiers.
Change-Id: I236c5a1553a51f82c9bc3eaaab042046c854d3b4
Diffstat (limited to 'vm/UtfString.h')
-rw-r--r--vm/UtfString.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/vm/UtfString.h b/vm/UtfString.h
index 6b9a5e363..b577d3a59 100644
--- a/vm/UtfString.h
+++ b/vm/UtfString.h
@@ -21,10 +21,6 @@
#ifndef _DALVIK_STRING
#define _DALVIK_STRING
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/*
* (This is private to UtfString.c, but we cheat a bit and also use it
* for InlineNative.c. Not really worth creating a separate header.)
@@ -149,8 +145,4 @@ const u2* dvmStringChars(StringObject* jstr);
*/
int dvmHashcmpStrings(const void* vstrObj1, const void* vstrObj2);
-#ifdef __cplusplus
-}
-#endif
-
#endif /*_DALVIK_STRING*/