]> wimlib.net Git - wimlib/blobdiff - src/dentry.c
Remove some unused variables
[wimlib] / src / dentry.c
index d8c2fd0a2fc87cd98b9521658b8002a8660eadc1..02db923af710b33cb192e55176027715f797239b 100644 (file)
@@ -2380,7 +2380,6 @@ do_iterate_dir_tree(WIMStruct *wim,
                    wimlib_iterate_dir_tree_callback_t cb,
                    void *user_ctx)
 {
-       u32 level;
        struct wimlib_dir_entry *wdentry;
        int ret = WIMLIB_ERR_NOMEM;
 
@@ -2443,8 +2442,6 @@ wimlib_iterate_dir_tree(WIMStruct *wim, int image, const tchar *path,
                        int flags,
                        wimlib_iterate_dir_tree_callback_t cb, void *user_ctx)
 {
-       int ret;
-       struct wim_dentry *dentry;
        struct image_iterate_dir_tree_ctx ctx = {
                .path = path,
                .flags = flags,