summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKarel Zak2016-10-04 16:18:16 +0200
committerKarel Zak2016-10-04 16:18:16 +0200
commit0b27fcc189fc772613ed86b315bc211d7a86bc3b (patch)
tree4ebd59061ed400a6c050e72610e69960244d81a4 /include
parentlib/mbsalign: free buffer after error [coverity scan] (diff)
downloadkernel-qcow2-util-linux-0b27fcc189fc772613ed86b315bc211d7a86bc3b.tar.gz
kernel-qcow2-util-linux-0b27fcc189fc772613ed86b315bc211d7a86bc3b.tar.xz
kernel-qcow2-util-linux-0b27fcc189fc772613ed86b315bc211d7a86bc3b.zip
lib/randutils: remove unnecessary function
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/randutils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/randutils.h b/include/randutils.h
index 7094a4c74..86e35f3f4 100644
--- a/include/randutils.h
+++ b/include/randutils.h
@@ -7,7 +7,6 @@
#endif
/* rand() based */
-extern void xsrand(void);
extern int rand_get_number(int low_n, int high_n);
/* /dev/urandom based with fallback to rand() */