diff --git a/src/io/uring/Handler.hxx b/src/io/uring/Handler.hxx deleted file mode 100644 index ce7c8d1cd..000000000 --- a/src/io/uring/Handler.hxx +++ /dev/null @@ -1,21 +0,0 @@ -// SPDX-License-Identifier: BSD-2-Clause -// Copyright CM4all GmbH -// author: Max Kellermann - -#pragma once - -#include - -struct statx; -class UniqueFileDescriptor; - -namespace Uring { - -class OpenStatHandler { -public: - virtual void OnOpenStat(UniqueFileDescriptor fd, - struct statx &st) noexcept = 0; - virtual void OnOpenStatError(std::exception_ptr e) noexcept = 0; -}; - -} // namespace Uring