diff options
author | Werner Koch <[email protected]> | 2004-03-16 10:49:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-03-16 10:49:37 +0000 |
commit | f8d44bc637a4c897fd4448de804ee08ae065e194 (patch) | |
tree | 03c71726ae3204c67c8dae3fbcdbd4b8c07376a6 /scd/scdaemon.h | |
parent | * configure.ac (NEED_GPG_ERROR_VERSION): Set to 0.7. (diff) | |
download | gnupg-f8d44bc637a4c897fd4448de804ee08ae065e194.tar.gz gnupg-f8d44bc637a4c897fd4448de804ee08ae065e194.zip |
*** empty log message ***
Diffstat (limited to '')
-rw-r--r-- | scd/scdaemon.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scd/scdaemon.h b/scd/scdaemon.h index 2bbf271da..098738508 100644 --- a/scd/scdaemon.h +++ b/scd/scdaemon.h @@ -33,14 +33,6 @@ #include "../common/util.h" #include "../common/errors.h" -/* Convenience funcion to be used instead of returning the old - GNUPG_Out_Of_Core. */ -static __inline__ gpg_error_t -out_of_core (void) -{ - return gpg_error (gpg_err_code_from_errno (errno)); -} - #define MAX_DIGEST_LEN 24 |