summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-05 15:51:17 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-11 09:04:49 +0100
commita6b2080e1c1e756403e80eb0bb658af6a1a88a89 (patch)
treeefb7bc37d74768a8dc8a13371aec65e165c0c467 /cpukit
parentscore: Optimize _Per_CPU_Get_index() (diff)
downloadrtems-a6b2080e1c1e756403e80eb0bb658af6a1a88a89.tar.bz2
clock: Remove Clock_exit() from API
This function is no longer supported by the standard clock driver implementation (clockimpl.h). Update #3436.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/clockdrv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/include/rtems/clockdrv.h b/cpukit/include/rtems/clockdrv.h
index 5d7a92c515..543838b964 100644
--- a/cpukit/include/rtems/clockdrv.h
+++ b/cpukit/include/rtems/clockdrv.h
@@ -39,8 +39,6 @@ rtems_device_driver Clock_initialize(
void *
);
-void Clock_exit(void);
-
#ifdef __cplusplus
}
#endif