Remove extraneous semicolons
They cause a warning (-Wextra-semi) that can lead to a compile error (-Werror).
This commit is contained in:
committed by
Shahbaz Youssefi
parent
4e6b9ea329
commit
6cca0e983e
@@ -436,6 +436,6 @@ __inline void Block::addInstruction(std::unique_ptr<Instruction> inst)
|
||||
parent.getParent().mapInstruction(raw_instruction);
|
||||
}
|
||||
|
||||
}; // end spv namespace
|
||||
} // end spv namespace
|
||||
|
||||
#endif // spvIR_H
|
||||
|
||||
Reference in New Issue
Block a user