summaryrefslogtreecommitdiffstats
path: root/src/H5FOprivate.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-04-10 18:39:46 (GMT)
committerGitHub <noreply@github.com>2023-04-10 18:39:46 (GMT)
commit1ad030f6696159c498880a4d785f9a2f7ae6fd32 (patch)
tree8d490d787715c0c06a903bc6a7bc6ad73ea75421 /src/H5FOprivate.h
parentfc91e8856f9babe0d2533a952209473be11b4ccd (diff)
downloadhdf5-1ad030f6696159c498880a4d785f9a2f7ae6fd32.zip
hdf5-1ad030f6696159c498880a4d785f9a2f7ae6fd32.tar.gz
hdf5-1ad030f6696159c498880a4d785f9a2f7ae6fd32.tar.bz2
Remove dead code hidden behind #ifdef LATER (#2686)
Diffstat (limited to 'src/H5FOprivate.h')
-rw-r--r--src/H5FOprivate.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5FOprivate.h b/src/H5FOprivate.h
index 9db0b0d..1f44ec8 100644
--- a/src/H5FOprivate.h
+++ b/src/H5FOprivate.h
@@ -16,10 +16,6 @@
#ifndef H5FOprivate_H
#define H5FOprivate_H
-#ifdef LATER
-#include "H5FOpublic.h"
-#endif /* LATER */
-
/* Private headers needed by this file */
#include "H5private.h" /* Generic Functions */
#include "H5Fprivate.h" /* File access */