Get timothy quick tests building cleanly.
[yaffs2.git] / direct / test-framework / timothy_tests / quick_tests / test_yaffs_stat_NULL.c
index 3fb07cdbfef8bd3338601da28272aa09a607be9a..d8e558b5f6ef4f895e31a09729c54fadaeda0e84 100644 (file)
@@ -18,8 +18,7 @@ int test_yaffs_stat_NULL(void)
        int error_code=0;
        struct yaffs_stat stat;
        int output=0;
-       char text[100];
-       text[0] ='\0';
+
        output=yaffs_stat(NULL, &stat);
        if (output<0){ 
                error_code=yaffs_get_error();