event/TimerEvent: remove transitional header
This commit is contained in:
parent
0c409aa290
commit
73708e7be7
|
@ -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;
|
Loading…
Reference in New Issue