Xinqi Bao's Git

Move components into dedicated subdirectory
[slstatus.git] / entropy.c
diff --git a/entropy.c b/entropy.c
deleted file mode 100644 (file)
index 211022a..0000000
--- a/entropy.c
+++ /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;
-}