diff -r c8c59d7f4536 -r 6384016df2a3 ucx/map.h --- a/ucx/map.h Mon Jul 15 14:25:50 2013 +0200 +++ b/ucx/map.h Mon Jul 15 15:43:18 2013 +0200 @@ -122,15 +122,6 @@ int ucx_map_iter_next(UcxMapIterator *i, UcxKey *key, void **elm); -/* use macros for string maps only, values are not encoded */ -#define ucx_map_load(map, f, alloc) ucx_map_load_enc(map, f, alloc, NULL, NULL) -#define ucx_map_store(map, f) ucx_map_store_enc(map, f, NULL, NULL) - -int ucx_map_load_enc(UcxMap *map, FILE *f, UcxAllocator allocator, - ucx_map_coder decoder, void* decdata); -/* encoders shall provide null terminated strings*/ -int ucx_map_store_enc(UcxMap *map, FILE *f, - ucx_map_coder encoder, void* encdata); #ifdef __cplusplus }