mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-30 23:20:54 +00:00
unittest: remove extraneous ';'
Silences a warning from gcc:6. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291394 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ed44aa9bfd
commit
cab7013a23
@ -134,7 +134,7 @@ namespace DummyRPCAPI {
|
|||||||
static const char* getName() { return "CustomType"; }
|
static const char* getName() { return "CustomType"; }
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
}
|
||||||
|
|
||||||
class DummyRPCEndpoint : public SingleThreadedRPCEndpoint<QueueChannel> {
|
class DummyRPCEndpoint : public SingleThreadedRPCEndpoint<QueueChannel> {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user