diff --git a/.gitattributes b/.gitattributes index 5115938..a4e5760 100644 --- a/.gitattributes +++ b/.gitattributes @@ -370,7 +370,6 @@ src/C/H5Block.c -text src/C/H5Fed.c -text src/C/H5Fed_adjacency.c -text src/C/H5Fed_inquiry.c -text -src/C/H5Fed_map.c -text src/C/H5Fed_retrieve.c -text src/C/H5Fed_store.c -text src/C/H5Fed_tags.c -text @@ -442,7 +441,6 @@ src/include/H5Block.h -text src/include/H5Fed.h -text src/include/H5Fed_adjacency.h -text src/include/H5Fed_inquiry.h -text -src/include/H5Fed_map.h -text src/include/H5Fed_retrieve.h -text src/include/H5Fed_store.h -text src/include/H5Fed_tags.h -text diff --git a/src/C/H5Fed_map.c b/src/C/H5Fed_map.c deleted file mode 100644 index b1d0df1..0000000 --- a/src/C/H5Fed_map.c +++ /dev/null @@ -1,23 +0,0 @@ -/* - Copyright 2007-2009 - Paul Scherrer Institut, Villigen, Switzerland; - Benedikt Oswald; - Achim Gsell - All rights reserved. - - Authors - Achim Gsell - - Warning - This code is under development. - - */ -/*! - \ingroup h5fed_c_api - \defgroup h5fed_map -*/ - -#include -#include -#include "h5core/h5_core.h" -#include "H5Fed.h" diff --git a/src/include/H5Fed_map.h b/src/include/H5Fed_map.h deleted file mode 100644 index 718a8cf..0000000 --- a/src/include/H5Fed_map.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - Header file for declaring the H5Fed application programming - interface (API) in the C language. - - Copyright 2006-2007 - Paul Scherrer Institut, Villigen, Switzerland; - Benedikt Oswald; - Achim Gsell - All rights reserved. - - Authors - Achim Gsell - - Warning - This code is under development. - - */ - -#ifndef __H5FED_MAP_H -#define __H5FED_MAP_H - - -#endif -