mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Remove virtual keyword from method that doesn't need to be virtual.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34817 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
35fa43907e
commit
dbf6d37b0b
@ -130,7 +130,7 @@ public:
|
||||
/// This is just a convenience method to make client code smaller for a
|
||||
/// common case.
|
||||
/// @brief Determine if the value is one.
|
||||
virtual bool isUnitValue() const {
|
||||
bool isUnitValue() const {
|
||||
return Val == 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user