diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-28 09:28:14 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-28 09:28:14 +0200 |
commit | 81e3c00d411014f4a139a494816e689a9f498a4c (patch) | |
tree | 43e0ac0d3470b6397e289c28368709c56cbd79bb /include | |
parent | a20269a5a818bea1c171102cc27eabdf426e939d (diff) |
The compiler-generated dtor is good enough, no need for this
Change-Id: Ib72e0df4ac3ca90d440a32359e711d77e758cca0
Diffstat (limited to 'include')
-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); |