From fe3a5bfb25cf38d4a5d411d336af92bbfb3e79c6 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Wed, 23 Aug 2017 17:00:14 +0000 Subject: ObjC: fix some -Wpedantic warnings by removing ';' Remove some stray ';' that were in the source code. NFC. llvm-svn: 311577 --- lldb/source/Plugins/Language/ObjC/NSArray.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lldb/source/Plugins/Language/ObjC/NSArray.cpp') diff --git a/lldb/source/Plugins/Language/ObjC/NSArray.cpp b/lldb/source/Plugins/Language/ObjC/NSArray.cpp index fed1dee2d24..f6d15920195 100644 --- a/lldb/source/Plugins/Language/ObjC/NSArray.cpp +++ b/lldb/source/Plugins/Language/ObjC/NSArray.cpp @@ -124,7 +124,7 @@ namespace Foundation109 { using NSArrayMSyntheticFrontEnd = GenericNSArrayMSyntheticFrontEnd; -}; +} namespace Foundation1010 { struct DataDescriptor_32 { @@ -147,7 +147,7 @@ namespace Foundation1010 { using NSArrayMSyntheticFrontEnd = GenericNSArrayMSyntheticFrontEnd; -}; +} namespace Foundation1428 { struct DataDescriptor_32 { @@ -166,7 +166,7 @@ namespace Foundation1428 { using NSArrayMSyntheticFrontEnd = GenericNSArrayMSyntheticFrontEnd; -}; +} namespace Foundation1437 { template -- cgit v1.2.3