Browse Source

Remove stb_readdir_size which was written (on windows) but never read

Kristoffer Grönlund 11 năm trước cách đây
mục cha
commit
3202fb6a55
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      stb.h

+ 0 - 5
stb.h

@@ -5808,7 +5808,6 @@ void stb_readdir_free(char **files)
 }
 
 STB_EXTERN int stb_wildmatchi(char *expr, char *candidate);
-static double stb_readdir_size;
 static char **readdir_raw(char *dir, int return_subdirs, char *mask)
 {
    char **results = NULL;
@@ -5878,10 +5877,6 @@ static char **readdir_raw(char *dir, int return_subdirs, char *mask)
                      if (buffer[0] == '.' && buffer[1] == '/')
                         p = buffer+2;
                      stb_arr_push(results, strdup(p));
-                     #ifdef _MSC_VER
-                     if (!is_subdir)
-                        stb_readdir_size += data.size;
-                     #endif
                   }
                }
             }