Skip to content

Commit 0805596

Browse files
committed
removed check from bin
1 parent d868024 commit 0805596

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/install.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,9 +350,6 @@ int install_package_binary(const char* archivePath, int as_dep, const char* repo
350350
QUEUE_COUNT++;
351351
dbg(1, "Added %s to QUEUE[%d]", pkg.name, QUEUE_COUNT - 1);
352352

353-
// Check package dependencies
354-
check_dependencies(pkg.dependencies, pkg.dependenciesCount);
355-
356353
// Move binaries to their destination
357354
dbg(1, "Moving binaries for %s", pkg.name);
358355
move_binaries(pkg.locations, pkg.locationsCount);

0 commit comments

Comments
 (0)