Commit b9b0973c authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Deleting FIXME for Object destructor.

parent d7f5c73b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -119,9 +119,6 @@ class Object
      bool boundLoad( const String& fileName );
      
      /// Destructor.
      // FIXME: __cuda_callable__ would have to be added to every overriding destructor,
      // even if the object's constructor is not __cuda_callable__
      //   __cuda_callable__
#ifndef HAVE_MIC
      virtual ~Object(){};
#endif