summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/rtemstimerdata.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/rtemstimerdata.c')
-rw-r--r--cpukit/rtems/src/rtemstimerdata.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/cpukit/rtems/src/rtemstimerdata.c b/cpukit/rtems/src/rtemstimerdata.c
deleted file mode 100644
index 522e9cb0bf..0000000000
--- a/cpukit/rtems/src/rtemstimerdata.c
+++ /dev/null
@@ -1,23 +0,0 @@
-/**
- * @file
- *
- * @brief Instantiate RTEMS Timer Data
- * @ingroup ClassicTimer
- */
-
-/*
- * COPYRIGHT (c) 1989-2007.
- * On-Line Applications Research Corporation (OAR).
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#define RTEMS_TIMER_EXTERN
-
-#include <rtems/rtems/timerimpl.h>