diff options
Diffstat (limited to 'dirmngr/misc.h')
-rw-r--r-- | dirmngr/misc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dirmngr/misc.h b/dirmngr/misc.h index f25574f38..be4049e88 100644 --- a/dirmngr/misc.h +++ b/dirmngr/misc.h @@ -21,8 +21,6 @@ #ifndef MISC_H #define MISC_H -const char *get_default_keyserver (int name_only); - /* Convert hex encoded string back to binary. */ size_t unhexify (unsigned char *result, const char *string); |