system/UniqueFileDescriptor: remove duplicate "using" statements
This commit is contained in:
		@@ -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();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user