mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-28 09:13:55 +00:00
Remove unused code in internal_random_prime
This commit is contained in:
@@ -1188,9 +1188,6 @@ internal_random_prime :: proc(a: ^Int, size_in_bits: int, trials: int, flags :=
|
||||
flags := flags
|
||||
trials := trials
|
||||
|
||||
t := &Int{}
|
||||
defer internal_destroy(t)
|
||||
|
||||
/*
|
||||
Sanity check the input.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user