X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_rename_file_over_file.c;h=14d76aba84b71f5a7c69b6351f1436d5a92a1eb6;hb=a717f825f1de8707f602aaba9c541e62a1fc1de8;hp=70652d6030c503a4b3760fb497138c8a3f009a84;hpb=fa6e2de81382a23a7a99de6a8832f26c371c9520;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);