From: Tollef Fog Heen Date: Mon, 12 Oct 2009 09:01:35 +0000 (+0200) Subject: Get rid of error code struct too X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbc2a23696668e94edd486b1728fc655e282d9d9;p=yubikey-server-c Get rid of error code struct too --- diff --git a/src/main.c b/src/main.c index 66f5107..ec83558 100644 --- a/src/main.c +++ b/src/main.c @@ -45,11 +45,6 @@ PGconn *db_conn; -struct error { - enum return_codes status; - const char *info; -}; - struct ykc_stats { int active; char *public_id;