diff options
Diffstat (limited to 'gcc/objc/encoding.c')
-rw-r--r-- | gcc/objc/encoding.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/objc/encoding.c b/gcc/objc/encoding.c index 9620664..811fd3c 100644 --- a/gcc/objc/encoding.c +++ b/gcc/objc/encoding.c @@ -111,7 +111,6 @@ objc_sizeof_type(const char* type) return sizeof(double); break; - case _C_PTR: case _C_ATOM: case _C_CHARPTR: return sizeof(char*); |