Merge pull request #288 from hpc/fix-modules

Fix modules
master
Julian Kunkel 2020-12-02 10:22:22 +00:00 committed by GitHub
commit ffbdfb9bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -63,8 +63,6 @@ void IME_Sync(aiori_mod_opt_t *param);
void IME_Initialize();
void IME_Finalize();
/****************************** O P T I O N S *********************************/
typedef struct{
@ -422,7 +420,6 @@ IOR_offset_t IME_GetFileSize(aiori_mod_opt_t *test, char *testFileName)
if (ime_native_stat(testFileName, &stat_buf) != 0)
ERRF("cannot get status of written file %s",
testFileName);
return stat_buf.st_size;
}