rand: remove duplicate C fn

pull/4394/head
Alexander Medvednikov 2020-04-13 20:11:41 +02:00
parent 8c0b25a2ab
commit a9a8f8c804
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ module rand
fn C.rand() int fn C.rand() int
fn C.srand(u32)
pub fn seed(s int) { pub fn seed(s int) {
C.srand(s) C.srand(s)
} }