mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
common: Remove unused function.
* common/exechelp-posix.c (my_error): Remove. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
14534e72e1
commit
0cb7f6fbb7
@ -84,12 +84,6 @@ my_error_from_syserror (void)
|
||||
return gpg_err_make (default_errsource, gpg_err_code_from_syserror ());
|
||||
}
|
||||
|
||||
static inline gpg_error_t
|
||||
my_error (int errcode)
|
||||
{
|
||||
return gpg_err_make (default_errsource, errcode);
|
||||
}
|
||||
|
||||
|
||||
/* Return the maximum number of currently allowed open file
|
||||
descriptors. Only useful on POSIX systems but returns a value on
|
||||
|
Loading…
x
Reference in New Issue
Block a user