Get timothy quick tests building cleanly.
[yaffs2.git] / direct / test-framework / timothy_tests / quick_tests / test_yaffs_stat_ENOENT2.c
index 334cc615f1cddce984c96cb1e5c895ee8c742235..c8facb26debb924465aea314f17a495a224037d5 100644 (file)
@@ -18,8 +18,7 @@ int test_yaffs_stat_ENOENT2(void)
        int error_code=0;
        struct yaffs_stat stat;
        int output=0;
-       char text[100];
-       text[0] ='\0';
+
        output=yaffs_stat("/non-existing-dir/foo", &stat);;
        if (output<0){ 
                error_code=yaffs_get_error();