From f79b06ef4dd1bbb43592d252c0afad0225e94cd8 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 20 May 2011 11:55:19 +0000 Subject: [PATCH] h5t_const.c and h5t_const_private.h removed --- .gitattributes | 2 -- src/h5core/h5t_consts.c | 4 ---- src/h5core/h5t_consts_private.h | 4 ---- 3 files changed, 10 deletions(-) delete mode 100644 src/h5core/h5t_consts.c delete mode 100644 src/h5core/h5t_consts_private.h diff --git a/.gitattributes b/.gitattributes index 56711ec..33c0fa5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -436,8 +436,6 @@ src/h5core/h5t_adjacencies.c -text src/h5core/h5t_adjacencies_private.h -text src/h5core/h5t_adjacencies_tetm.c -text src/h5core/h5t_adjacencies_trim.c -text -src/h5core/h5t_consts.c -text -src/h5core/h5t_consts_private.h -text src/h5core/h5t_core_private.h -text src/h5core/h5t_errorhandling.c -text src/h5core/h5t_errorhandling_private.h -text diff --git a/src/h5core/h5t_consts.c b/src/h5core/h5t_consts.c deleted file mode 100644 index 49c59a9..0000000 --- a/src/h5core/h5t_consts.c +++ /dev/null @@ -1,4 +0,0 @@ -#include "h5core/h5_core.h" -#include "h5_core_private.h" - - diff --git a/src/h5core/h5t_consts_private.h b/src/h5core/h5t_consts_private.h deleted file mode 100644 index 5d48f76..0000000 --- a/src/h5core/h5t_consts_private.h +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef __H5T_CONSTS_PRIVATE_H -#define __H5T_CONSTS_PRIVATE_H - -#endif