Clean-up: clang-tidy autofixes to eventfd and file-descriptor
[lttng-tools.git] / src / common / file-descriptor.cpp
index 4042c61cefc476b907ebb861a5d3b66800a0def9..6f6a6be24dc6fdbfbcffab9f63633cb6e7314d1e 100644 (file)
@@ -23,10 +23,6 @@ bool is_valid_fd(int fd)
 }
 } // anonymous namespace
 
-lttng::file_descriptor::file_descriptor() noexcept
-{
-}
-
 lttng::file_descriptor::file_descriptor(int raw_fd) noexcept : _raw_fd{ raw_fd }
 {
        LTTNG_ASSERT(is_valid_fd(_raw_fd));
This page took 0.024525 seconds and 4 git commands to generate.