summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/fetchers/file.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/content/fetchers/file.c b/content/fetchers/file.c
index 1aeb40b5b..f200eee19 100644
--- a/content/fetchers/file.c
+++ b/content/fetchers/file.c
@@ -43,20 +43,6 @@
#include <sys/mman.h>
#endif
-#ifdef _TARGET_IS_KOLIBRIOS
-static inline uint32_t sys_uptime(void)
-{
- uint32_t uptime;
-
- __asm__ __volatile__(
- "int $0x40 \n\t"
- :"=a"(uptime)
- :"a"(26),"b"(9));
-
- return uptime / 100;
-}
-#endif
-
#include <libwapcaplet/libwapcaplet.h>
#include "netsurf/inttypes.h"