Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
Commits
›
268ded2fa53a9dffc01bdb55ef97e2e2f380a3e0
Remove unused variable
Baptiste Daroussin
committed
9 years ago
commit 268ded2fa53a9dffc01bdb55ef97e2e2f380a3e0
parent
af87443882e30135dbfdc10301efb32e39e160cd
1 file changed
+0
-2
modified
libpkg/pkg_delete.c
@@ -289,8 +289,6 @@ pkg_delete_file(struct pkg *pkg, struct pkg_file *file, unsigned force)
int fd;
#endif
#endif
-
int ret;
-
pkg_open_root_fd(pkg);
path = file->path;