Remove legacy #ifdef SYSTEMC_64BIT_PATCHES

These days this is always false, see #3505
This commit is contained in:
Geza Lore
2022-07-21 15:01:17 +01:00
parent 30e3edb81d
commit e0b61ceabd
4 changed files with 0 additions and 12 deletions
-3
View File
@@ -63,9 +63,6 @@ void VerilatedVcdSc::trace(const unsigned int&, const std::string&, const char**
DECL_TRACE_METHOD_B( unsigned short )
DECL_TRACE_METHOD_B( unsigned int )
DECL_TRACE_METHOD_B( unsigned long )
#ifdef SYSTEMC_64BIT_PATCHES
DECL_TRACE_METHOD_B( unsigned long long)
#endif
DECL_TRACE_METHOD_B( char )
DECL_TRACE_METHOD_B( short )
DECL_TRACE_METHOD_B( int )