Xinqi Bao's Git

Revert component-split
[slstatus.git] / components / Linux / entropy.c
diff --git a/components/Linux/entropy.c b/components/Linux/entropy.c
deleted file mode 100644 (file)
index 17be270..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/* See LICENSE file for copyright and license details. */
-#include <stdio.h>
-
-#include "../../util.h"
-
-const char *
-entropy(void)
-{
-       int num;
-
-       return (pscanf("/proc/sys/kernel/random/entropy_avail", "%d", &num) == 1) ?
-                      bprintf("%d", num) : NULL;
-}