Skip to content
Snippets Groups Projects
Commit b8fa2b87 authored by Kaelyn Takata's avatar Kaelyn Takata
Browse files

Remove unnecessary semicolon.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221732 91177308-0d34-0410-b5e6-96231b3b80d8
parent 411d4e18
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ class UnresolvedSetImpl { ...@@ -98,7 +98,7 @@ class UnresolvedSetImpl {
private: private:
template <unsigned N> friend class UnresolvedSet; template <unsigned N> friend class UnresolvedSet;
UnresolvedSetImpl() {} UnresolvedSetImpl() {}
UnresolvedSetImpl(const UnresolvedSetImpl &) {}; UnresolvedSetImpl(const UnresolvedSetImpl &) {}
public: public:
// We don't currently support assignment through this iterator, so we might // We don't currently support assignment through this iterator, so we might
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment