event/TimerEvent: remove transitional header

This commit is contained in:
Max Kellermann 2023-11-06 11:52:07 +01:00 committed by Max Kellermann
parent 0c409aa290
commit 73708e7be7
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
// SPDX-License-Identifier: BSD-2-Clause
// Copyright CM4all GmbH
// author: Max Kellermann <mk@cm4all.com>
#pragma once
#include "FineTimerEvent.hxx"
/**
* This is a transitional alias. Use #FineTimerEvent or
* #CoarseTimerEvent instead.
*/
using TimerEvent = FineTimerEvent;