summaryrefslogtreecommitdiffstats
path: root/ppapi/c/pp_bool.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/c/pp_bool.h')
-rw-r--r--ppapi/c/pp_bool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/c/pp_bool.h b/ppapi/c/pp_bool.h
index bbb5e0ea..929c51c 100644
--- a/ppapi/c/pp_bool.h
+++ b/ppapi/c/pp_bool.h
@@ -25,7 +25,6 @@ typedef enum {
PP_FALSE = 0,
PP_TRUE = 1
} PP_Bool;
-
PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Bool, 4);
/**