index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/handle.h | 3 |
diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h index 08dbe739..129c8ca4 100644 --- a/lib/libalpm/handle.h +++ b/lib/libalpm/handle.h @@ -75,9 +75,6 @@ struct __pmhandle_t { pgp_verify_t sigverify; /* Default signature verification level */ }; -/* global handle variable */ -extern pmhandle_t *handle; - pmhandle_t *_alpm_handle_new(void); void _alpm_handle_free(pmhandle_t *handle); |