From 87089dba21db527826bd9d07e893c3577e7ac283 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Tue, 29 Oct 2024 09:21:24 -0700 Subject: [PATCH] Remove comment about multi VFD duplication --- src/H5warnings.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/H5warnings.h b/src/H5warnings.h index 850fb29e290..4dd03e2b7fa 100644 --- a/src/H5warnings.h +++ b/src/H5warnings.h @@ -18,10 +18,6 @@ #define H5warnings_H /* Macros for enabling/disabling particular GCC / clang warnings - * - * These are duplicated in H5FDmulti.c (we don't want to put them in the - * public header and the multi VFD can't use private headers). If you make - * changes here, be sure to update those as well. * * (see the following web-sites for more info: * http://www.dbp-consulting.com/tutorials/SuppressingGCCWarnings.html