From f6cb2b865ea8a14baae8b4c066d29d832f92c423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 24 Oct 2003 15:08:02 +0000 Subject: [PATCH] rtc_set_system_time() is no longer needed. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5146 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/real_time_clock.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/headers/private/kernel/real_time_clock.h b/headers/private/kernel/real_time_clock.h index 64bfd2f526..6cd4cefaca 100644 --- a/headers/private/kernel/real_time_clock.h +++ b/headers/private/kernel/real_time_clock.h @@ -16,10 +16,6 @@ extern "C" { status_t rtc_init(kernel_args *ka); // Initialize the real-time clock. -void rtc_set_system_time(uint32 currentTime); - // Set the system time. 'currentTime' is the number of seconds - // elapsed since Jan. 1, 1970. - bigtime_t rtc_boot_time(void); // Returns the time at which the system was booted in microseconds since Jan 1, 1970.