Remove an obsolete comment
authorFabian Keil <fk@fabiankeil.de>
Tue, 23 Oct 2018 14:44:39 +0000 (16:44 +0200)
committerFabian Keil <fk@fabiankeil.de>
Tue, 23 Oct 2018 15:04:53 +0000 (17:04 +0200)
errlog.c

index df5d09c..b9b39cb 100644 (file)
--- 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
  *