mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-13 22:00:14 +00:00
Remove extra qualification to fix build with g++ after r197076
llvm-svn: 197086
This commit is contained in:
parent
9e7b3cb024
commit
7afe9908d2
@ -1947,7 +1947,7 @@ struct EditEntry {
|
||||
}
|
||||
|
||||
namespace llvm {
|
||||
template<> struct llvm::DenseMapInfo<EditEntry> {
|
||||
template<> struct DenseMapInfo<EditEntry> {
|
||||
static inline EditEntry getEmptyKey() {
|
||||
EditEntry Entry;
|
||||
Entry.Offset = unsigned(-1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user