Remove the dummy FS call from the Javascript tests

This commit is contained in:
Frank Denis
2017-12-21 21:36:15 +01:00
parent f8ad9651f9
commit 6b38e87f01
-3
View File
@@ -66,9 +66,6 @@ int main(void)
if (sodium_init() != 0) {
return 99;
}
#ifdef __EMSCRIPTEN__
(void) fopen("/dev/null", "r");
#endif
#ifndef __EMSCRIPTEN__
randombytes_set_implementation(&randombytes_salsa20_implementation);