Remove stale comment about StaticRegister
Commit d470bd2cc
(Make numeric registers setable, 2017-02-14) removed
the user-provided StaticRegister::operator= in favor of a set()
member function, so this comment is no longer valid.
This commit is contained in:
parent
31e9fc3cef
commit
08ea6d07e4
|
@ -34,7 +34,6 @@ protected:
|
||||||
};
|
};
|
||||||
|
|
||||||
// static value register, which can be modified
|
// static value register, which can be modified
|
||||||
// using operator=, so should be user modifiable
|
|
||||||
class StaticRegister : public Register
|
class StaticRegister : public Register
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user