summaryrefslogtreecommitdiffstats
path: root/base/file_descriptor_shuffle.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/file_descriptor_shuffle.h')
-rw-r--r--base/file_descriptor_shuffle.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/file_descriptor_shuffle.h b/base/file_descriptor_shuffle.h
index 108a874..8ee77409 100644
--- a/base/file_descriptor_shuffle.h
+++ b/base/file_descriptor_shuffle.h
@@ -37,9 +37,6 @@ class InjectionDelegate {
virtual bool Move(int src, int dest) = 0;
// Delete an element of the domain.
virtual void Close(int fd) = 0;
-
- protected:
- ~InjectionDelegate() {}
};
// An implementation of the InjectionDelegate interface using the file