From c19404833e87b7daeef69e390ef633cec9b84e68 Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Fri, 28 Jun 2019 21:21:11 +0200 Subject: [PATCH] removed other comments --- include/types.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/types.h b/include/types.h index 1f9ebcdc1..9b7a03357 100644 --- a/include/types.h +++ b/include/types.h @@ -1556,7 +1556,6 @@ typedef struct debugfile_ctx { bool enabled; -// FILE *fp; HCFILE *fp; char *filename; u32 mode; @@ -1603,7 +1602,6 @@ typedef struct loopback_ctx bool enabled; bool unused; -// FILE *fp; HCFILE *fp; char *filename; @@ -1620,7 +1618,6 @@ typedef struct outfile_ctx { char *filename; -// FILE *fp; HCFILE *fp; u32 outfile_format; @@ -1642,7 +1639,6 @@ typedef struct potfile_ctx bool enabled; FILE *fp; -// HCFILE *fp; char *filename; u8 *out_buf; // allocates [HCBUFSIZ_LARGE]; @@ -1724,7 +1720,6 @@ typedef struct pidfile_ctx typedef struct out { -// FILE *fp; HCFILE *fp; char buf[HCBUFSIZ_SMALL];