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.
main
Johannes Altmanninger 2022-07-31 10:17:43 +02:00
parent 31e9fc3cef
commit 08ea6d07e4
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ protected:
};
// static value register, which can be modified
// using operator=, so should be user modifiable
class StaticRegister : public Register
{
public: