From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 23 Oct 2018 14:44:39 +0000 (+0200)
Subject: Remove an obsolete comment
X-Git-Tag: v_3_0_27~35^2
X-Git-Url: http://www.privoxy.org/gitweb/user-manual/static/faq/static/gitweb.js?a=commitdiff_plain;h=05b37b3095d983ae3695981fa2e761791abb215c;p=privoxy.git

Remove an obsolete comment
---

diff --git a/errlog.c b/errlog.c
index df5d09c9..b9b39cb4 100644
--- a/errlog.c
+++ b/errlog.c
@@ -964,10 +964,6 @@ void log_error(int loglevel, const char *fmt, ...)
  *
  * Description :  Translates JB_ERR_FOO codes into strings.
  *
- *                XXX: the type of error codes is jb_err
- *                but the typedef'inition is currently not
- *                visible to all files that include errlog.h.
- *
  * Parameters  :
  *          1  :  jb_error = a valid jb_err code
  *