From 7893fc7560c0d8445c5401d5333d984e215d726c Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Sun, 17 Jun 2018 10:21:33 +0000 Subject: [PATCH] Cleanup: Removed unused forward declaration --- src/cfgfile.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cfgfile.h b/src/cfgfile.h index a017047c..387b20b5 100644 --- a/src/cfgfile.h +++ b/src/cfgfile.h @@ -22,8 +22,6 @@ #define MAX_YP_DIRECTORIES 25 -struct _mount_proxy; - #include #include "common/thread/thread.h" #include "common/avl/avl.h"