diff options
| author | Johannes Altmanninger <aclopte@gmail.com> | 2022-07-31 10:17:43 +0200 |
|---|---|---|
| committer | Johannes Altmanninger <aclopte@gmail.com> | 2022-08-16 19:15:22 +0200 |
| commit | 08ea6d07e4e5fcd7176a3cdacc18977e89115f4b (patch) | |
| tree | cab7b3df3f2ddd5d8aa2e97d0b3b580ef063b7d5 /src | |
| parent | 31e9fc3cefcbea03d4eaad75ed0dab3da8f3dc6f (diff) | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/register_manager.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/register_manager.hh b/src/register_manager.hh index 1fe8680b..2e760e6f 100644 --- a/src/register_manager.hh +++ b/src/register_manager.hh @@ -34,7 +34,6 @@ protected: }; // static value register, which can be modified -// using operator=, so should be user modifiable class StaticRegister : public Register { public: |
