system/UniqueFileDescriptor: remove duplicate "using" statements
This commit is contained in:
parent
66e74900df
commit
e576556149
@ -117,18 +117,6 @@ public:
|
|||||||
using FileDescriptor::CreateInotify;
|
using FileDescriptor::CreateInotify;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_EVENTFD
|
|
||||||
using FileDescriptor::CreateEventFD;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_SIGNALFD
|
|
||||||
using FileDescriptor::CreateSignalFD;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_INOTIFY
|
|
||||||
using FileDescriptor::CreateInotify;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
bool Close() {
|
bool Close() {
|
||||||
return IsDefined() && FileDescriptor::Close();
|
return IsDefined() && FileDescriptor::Close();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user