Index: uspace/app/date/date.c
===================================================================
--- uspace/app/date/date.c	(revision 3ccba143f0e65b2bc3d74365b212d9d8c55bc2a8)
+++ uspace/app/date/date.c	(revision 1020918bf8c18b4232948292d587d2a70b2e33ef)
@@ -34,5 +34,4 @@
 #include <time.h>
 #include <malloc.h>
-#include <ipc/clock_ctl.h>
 #include <getopt.h>
 #include <ctype.h>
@@ -146,12 +145,4 @@
 	}
 
-	/* Check the battery status (if present) */
-	async_exch_t *exch = async_exchange_begin(sess);
-	rc = async_req_0_1(exch, CLOCK_GET_BATTERY_STATUS, &battery_ok);
-	async_exchange_end(exch);
-
-	if (rc == EOK && !battery_ok)
-		printf(NAME ": Warning! RTC battery dead\n");
-
 	/* Read the current date/time */
 	rc = clock_dev_time_get(sess, &t);
