summaryrefslogtreecommitdiffstats
path: root/Source/cmFileMonitor.cxx
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2019-01-22 23:32:51 (GMT)
committerBrad King <brad.king@kitware.com>2019-01-25 11:45:00 (GMT)
commit094f01d0f019147afbdfc1c18ad1a6ca232eb3b8 (patch)
treec21fa56b9092c742d7dc371d523b5a80b2330f03 /Source/cmFileMonitor.cxx
parent55671b41d2d182ce8d3201012ec55badd7116615 (diff)
downloadCMake-094f01d0f019147afbdfc1c18ad1a6ca232eb3b8.zip
CMake-094f01d0f019147afbdfc1c18ad1a6ca232eb3b8.tar.gz
CMake-094f01d0f019147afbdfc1c18ad1a6ca232eb3b8.tar.bz2
cleanup: Prefer compiler provided special member functions
Diffstat (limited to 'Source/cmFileMonitor.cxx')
-rw-r--r--Source/cmFileMonitor.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmFileMonitor.cxx b/Source/cmFileMonitor.cxx
index 8287747..56ee739 100644
--- a/Source/cmFileMonitor.cxx
+++ b/Source/cmFileMonitor.cxx
@@ -19,7 +19,6 @@ void on_fs_close(uv_handle_t* handle);
class cmIBaseWatcher
{
public:
- cmIBaseWatcher() = default;
virtual ~cmIBaseWatcher() = default;
virtual void Trigger(const std::string& pathSegment, int events,
@@ -150,8 +149,6 @@ public:
p->AddChildWatcher(ps, this);
}
- ~cmRealDirectoryWatcher() override = default;
-
void StartWatching() final
{
if (!this->Handle) {