[Plugins/ObjC] Remove unneded semicolon(s) to placate GCC -Wpedantic.

llvm-svn: 311244
This commit is contained in:
Davide Italiano 2017-08-19 16:30:47 +00:00
parent 9f2eb24c06
commit c8bee2ced2
1 changed files with 4 additions and 4 deletions

View File

@ -216,7 +216,7 @@ namespace Foundation1437 {
}
}
};
}
template <typename D32, typename D64, bool Inline>
class GenericNSArrayISyntheticFrontEnd : public SyntheticChildrenFrontEnd {
@ -257,12 +257,12 @@ namespace Foundation1300 {
using NSArrayISyntheticFrontEnd =
GenericNSArrayISyntheticFrontEnd<IDD32, IDD64, true>;
};
}
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: