Kaydet (Commit) 81e3c00d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

The compiler-generated dtor is good enough, no need for this

Change-Id: Ib72e0df4ac3ca90d440a32359e711d77e758cca0
üst a20269a5
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment