Skip to content
Snippets Groups Projects
Commit 9922d260 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

native: removed dead code

num was never read, because native will exit before.
parent 5813db32
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,6 @@ int random_read(char *buf, unsigned int num)
num = _native_rng_read_det(buf, num);
break;
default:
num = 0;
err(EXIT_FAILURE, "random_read: _native_rng_mode is in invalid state %i\n",
_native_rng_mode);
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment