removed comments

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9972 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-11-16 00:37:26 +00:00
parent 7df553e6f3
commit b3c1f2c654

View File

@ -31,12 +31,8 @@ setup_rtc_boottime()
printf("setup_rtc_boottime: error getting real time data info\n");
return err;
}
printf("setup_rtc_boottime : %d, %p\n", dataArea, info.address);
/* sBootTime = &((struct real_time_data *)info.address)->boot_time;
printf("setup_rtc_time : %p\n", sBootTime);
sBootTime = &((struct real_time_data *)info.address)->boot_time;
return B_OK;
*/
return B_ERROR;
}