Salome HOME
Merge branch 'V9_8_BR'
[tools/medcoupling.git] / src / INTERP_KERNEL / DirectedBoundingBox.cxx
index a70db19a4469eb91d2fd7a2836984384cb42346f..e6fd18a6cb45c318610925d12531a8d4b31ff6cd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2020  OPEN CASCADE
+// Copyright (C) 2009-2021  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -28,7 +28,6 @@
 #define __AXIS(i)     (&_axes[(i)*_dim])
 #define __MIN(i)      _minmax[i*2]
 #define __MAX(i)      _minmax[i*2+1]
-#define __MYID        (long(this)%10000)
 #define __DMP(msg) \
   //  cout << msg << endl