diff options
Diffstat (limited to 'sim/vptr.hh')
-rw-r--r-- | sim/vptr.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/vptr.hh b/sim/vptr.hh index 1baa00610..7ec43602d 100644 --- a/sim/vptr.hh +++ b/sim/vptr.hh @@ -37,8 +37,6 @@ class ExecContext; template <class T> class VPtr { - protected: - typedef TheISA::Addr Addr; public: typedef T Type; |