diff options
-rw-r--r-- | include/opencl/platforminfo.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/opencl/platforminfo.hxx b/include/opencl/platforminfo.hxx index 28c7ba8c61a5..6c40c438ed5a 100644 --- a/include/opencl/platforminfo.hxx +++ b/include/opencl/platforminfo.hxx @@ -43,9 +43,6 @@ struct OPENCL_DLLPUBLIC OpenCLPlatformInfo std::vector<OpenCLDeviceInfo> maDevices; OpenCLPlatformInfo(); - ~OpenCLPlatformInfo() - { - } }; OPENCL_DLLPUBLIC std::ostream& operator<<(std::ostream& rStream, const OpenCLPlatformInfo& rPlatform); |