From ade15f37caf76b8bb830fadab0eb7cc635060516 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 15 Jun 2011 13:30:11 +0000 Subject: [PATCH] obsolete file 'h5t_errorhandling.c' removed --- .gitattributes | 1 - src/h5core/Makefile.am | 1 - src/h5core/h5t_errorhandling.c | 7 ------- 3 files changed, 9 deletions(-) delete mode 100644 src/h5core/h5t_errorhandling.c diff --git a/.gitattributes b/.gitattributes index 16d4b8f..2d967ac 100644 --- a/.gitattributes +++ b/.gitattributes @@ -437,7 +437,6 @@ src/h5core/h5t_adjacencies_private.h -text src/h5core/h5t_adjacencies_tetm.c -text src/h5core/h5t_adjacencies_trim.c -text src/h5core/h5t_core_private.h -text -src/h5core/h5t_errorhandling.c -text src/h5core/h5t_errorhandling_private.h -text src/h5core/h5t_hsearch.c -text src/h5core/h5t_hsearch_private.h -text diff --git a/src/h5core/Makefile.am b/src/h5core/Makefile.am index 0c81a6b..1efa3d9 100644 --- a/src/h5core/Makefile.am +++ b/src/h5core/Makefile.am @@ -100,7 +100,6 @@ ___lib_libH5hut_a_SOURCES = \ h5t_adjacencies.c \ h5t_adjacencies_tetm.c \ h5t_adjacencies_trim.c \ - h5t_errorhandling.c \ h5t_hsearch.c \ h5t_inquiry.c \ h5t_map.c \ diff --git a/src/h5core/h5t_errorhandling.c b/src/h5core/h5t_errorhandling.c deleted file mode 100644 index 7ed871a..0000000 --- a/src/h5core/h5t_errorhandling.c +++ /dev/null @@ -1,7 +0,0 @@ -#include -#include -#include /* va_arg - System dependent ?! */ -#include -#include -#include "h5core/h5_core.h" -#include "h5_core_private.h"