From c8bee2ced2359103871dabc1d0962dfc232d050c Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Sat, 19 Aug 2017 16:30:47 +0000 Subject: [PATCH] [Plugins/ObjC] Remove unneded semicolon(s) to placate GCC -Wpedantic. llvm-svn: 311244 --- lldb/source/Plugins/Language/ObjC/NSArray.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lldb/source/Plugins/Language/ObjC/NSArray.cpp b/lldb/source/Plugins/Language/ObjC/NSArray.cpp index 228a626be546..fed1dee2d24e 100644 --- a/lldb/source/Plugins/Language/ObjC/NSArray.cpp +++ b/lldb/source/Plugins/Language/ObjC/NSArray.cpp @@ -216,7 +216,7 @@ namespace Foundation1437 { } } -}; +} template class GenericNSArrayISyntheticFrontEnd : public SyntheticChildrenFrontEnd { @@ -257,12 +257,12 @@ namespace Foundation1300 { using NSArrayISyntheticFrontEnd = GenericNSArrayISyntheticFrontEnd; -}; +} namespace Foundation1430 { using NSArrayISyntheticFrontEnd = Foundation1428::NSArrayMSyntheticFrontEnd; -}; +} namespace Foundation1436 { struct IDD32 { @@ -289,7 +289,7 @@ namespace Foundation1436 { Status &error) { return Foundation1437::__NSArrayMSize(process, valobj_addr, error); } -}; +} class NSArray0SyntheticFrontEnd : public SyntheticChildrenFrontEnd { public: