X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_rename_file_over_file.c;h=14d76aba84b71f5a7c69b6351f1436d5a92a1eb6;hb=4ae1d4603da3b68c82e8563191743000fa91d403;hp=70652d6030c503a4b3760fb497138c8a3f009a84;hpb=cabb7b51f48a784fbd8bd04ea8878abe2196167a;p=yaffs2.git diff --git a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_over_file.c b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_over_file.c index 70652d6..14d76ab 100644 --- a/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_over_file.c +++ b/direct/test-framework/timothy_tests/quick_tests/test_yaffs_rename_file_over_file.c @@ -20,7 +20,6 @@ int test_yaffs_rename_file_over_file(void) { int output=0; - int error_code =0; if (yaffs_close(yaffs_open(FILE_PATH,O_CREAT | O_RDWR, FILE_MODE))==-1){ print_message("failed to create file\n",1);