Skip to content

Commit

Permalink
Removed a now useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
coolGi69 committed Jun 20, 2024
1 parent 0f77bb7 commit 1a56a0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/linux/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,6 @@ impl LinuxPackageReadout {
);

if let Ok(con) = connection {
// Equivelent to `nix path-info --all --sigs | grep ultimate | wc -l`
let statement =
con.prepare("SELECT COUNT(path) FROM ValidPaths WHERE sigs IS NOT NULL");

Expand Down

0 comments on commit 1a56a0a

Please sign in to comment.