partial revert for b85c9a7487

- HashTableName + StaticHashTableName continue to use debug switch
  regardless of FULLDEBUG setting
This commit is contained in:
Mark Olesen
2009-01-12 12:42:10 +01:00
parent d7f99e3db6
commit e934450b03
2 changed files with 1 additions and 10 deletions

View File

@ -28,10 +28,6 @@ License
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
#ifdef FULLDEBUG
defineTypeNameAndDebug(Foam::HashTableName, 0);
#else
defineTypeName(Foam::HashTableName);
int Foam::HashTableName::debug(0);
#endif
// ************************************************************************* //

View File

@ -28,11 +28,6 @@ License
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
#ifdef FULLDEBUG
defineTypeNameAndDebug(Foam::StaticHashTableName, 0);
#else
defineTypeName(Foam::StaticHashTableName);
int Foam::StaticHashTableName::debug(0);
#endif
// ************************************************************************* //