Skip to content

Commit

Permalink
[lldb] Remove a redundant semicolon, fixing GCC warnings. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Apr 29, 2020
1 parent a0e53de commit 613d866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/source/Plugins/Language/ObjC/CFBasicHash.h
Expand Up @@ -72,6 +72,6 @@ class CFBasicHash {
HashType m_type;
};

}; // namespace lldb_private
} // namespace lldb_private

#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_CFBASICHASH_H

0 comments on commit 613d866

Please sign in to comment.