BugZilla: 19448. Back out disable call to _PR_MD_GetRandomNoise()

git-svn-id: svn://10.0.0.236/trunk@54294 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
larryh%netscape.com
1999-11-23 19:15:32 +00:00
parent 8a9274e9d6
commit 7e10edeacf

View File

@@ -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___*/