diff --git a/gnupg.c b/gnupg.c index 56c42c3..cf0ad4e 100644 --- a/gnupg.c +++ b/gnupg.c @@ -408,8 +408,6 @@ zend_module_entry gnupg_module_entry = { ZEND_GET_MODULE(gnupg) #endif -// (PHPC_THIS->err = gpgme_get_key(PHPC_THIS->ctx, key_id, &gpgme_key, 1)) != GPG_ERR_NO_ERROR - #define PHP_GNUPG_DO(_action) ((PHPC_THIS->err = _action) == GPG_ERR_NO_ERROR) #define PHP_GNUPG_ARRAY_ADD_ASSOC_BOOL_EX(_g_arr, _g_name, _g_struct, _g_key) \