summaryrefslogtreecommitdiffstats
path: root/vm/Common.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/Common.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/Common.h')
-rw-r--r--vm/Common.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/vm/Common.h b/vm/Common.h
index 0ec9ec4ff..637ed18a6 100644
--- a/vm/Common.h
+++ b/vm/Common.h
@@ -31,10 +31,6 @@
#include <endian.h>
#include "utils/Log.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#if !defined(NDEBUG) && defined(WITH_DALVIK_ASSERT)
# undef assert
# define assert(x) \
@@ -106,8 +102,4 @@ typedef union JValue {
#define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
-#ifdef __cplusplus
-}
-#endif
-
#endif /*_DALVIK_COMMON*/