rtc_set_system_time() is no longer needed.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5146 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-10-24 15:08:02 +00:00
parent 8da0ad81bf
commit f6cb2b865e

View File

@ -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.