summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlarryh%netscape.com <devnull@localhost>1999-11-23 19:15:32 +0000
committerlarryh%netscape.com <devnull@localhost>1999-11-23 19:15:32 +0000
commit3e7f5315a6a7ede248361e05532d4c36deddf619 (patch)
treeb539cc3b853b725ff3ba27a857ff50df0c5d0d41
parent2def4cc050a7f5ffb6ee540d9d736ae7e0edb4c8 (diff)
downloadnspr-hg-no_neckoutil2_base.tar.gz
BugZilla: 19448. Back out disable call to _PR_MD_GetRandomNoise()no_neckoutil2_base
-rw-r--r--pr/include/md/_beos.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/pr/include/md/_beos.h b/pr/include/md/_beos.h
index 7d6e4f53..64ca7c93 100644
--- a/pr/include/md/_beos.h
+++ b/pr/include/md/_beos.h
@@ -564,12 +564,4 @@ PR_EXTERN(PRStatus) _MD_lockfile(PRInt32 osfd);
PR_EXTERN(PRStatus) _MD_tlockfile(PRInt32 osfd);
PR_EXTERN(PRStatus) _MD_unlockfile(PRInt32 osfd);
-/*
-** Random number seed generation
-** XXX: Note: delete re-definition after implementing for BeOS
-*/
-#undef _PR_MD_GET_RANDOM_NOISE
-#define _PR_MD_GET_RANDOM_NOISE(buf,size) 0
-
-
#endif /* _nspr_beos_defs_h___*/