From bde413ad6c647158716123b97dd310fc6d8725a9 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 13 Feb 2008 15:35:47 +0000 Subject: [PATCH] removed --- .gitattributes | 1 - src/H5BlockPrivate.h | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 src/H5BlockPrivate.h diff --git a/.gitattributes b/.gitattributes index ca6ee13..cad334d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -24,7 +24,6 @@ doc/doxyfooter -text src/H5Block.c -text src/H5Block.h -text src/H5BlockErrors.h -text -src/H5BlockPrivate.h -text src/H5BlockTypes.h -text src/H5Fed.c -text src/H5Fed.h -text diff --git a/src/H5BlockPrivate.h b/src/H5BlockPrivate.h deleted file mode 100644 index 6cc5ec1..0000000 --- a/src/H5BlockPrivate.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __H5BLOCKPRIVATE_H -#define __H5BLOCKPRIVATE_H - -#define H5BLOCK_GROUPNAME_BLOCK "Block" - -#endif