summaryrefslogtreecommitdiff
path: root/src/paths.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/paths.c')
-rw-r--r--src/paths.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/paths.c b/src/paths.c
index 6a253ca..1bdc4e3 100644
--- a/src/paths.c
+++ b/src/paths.c
@@ -783,7 +783,6 @@ void paths_find(paths_t* paths, paths_source_t source,
void* userdata)
{
search_t* search;
- assert(paths && match && find_callback);
search = get_search(paths->search);
search->dir = paths_user_dir(paths, source);
search->dirs = paths_search_dirs(paths, source);