Skip to content
Snippets Groups Projects
Commit b9b0973c authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Deleting FIXME for Object destructor.

parent d7f5c73b
No related branches found
No related tags found
1 merge request!29Revision
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment