Commit e5765561 authored by Max Kellermann's avatar Max Kellermann

system/UniqueFileDescriptor: remove duplicate "using" statements

parent 66e74900
......@@ -117,18 +117,6 @@ public:
using FileDescriptor::CreateInotify;
#endif
#ifdef HAVE_EVENTFD
using FileDescriptor::CreateEventFD;
#endif
#ifdef HAVE_SIGNALFD
using FileDescriptor::CreateSignalFD;
#endif
#ifdef HAVE_INOTIFY
using FileDescriptor::CreateInotify;
#endif
bool Close() {
return IsDefined() && FileDescriptor::Close();
}
......
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