From 57dd3692d1a10d446db7fe919497335984e2cd3f Mon Sep 17 00:00:00 2001 From: Mohit Agrawal Date: Wed, 23 May 2018 09:04:41 +0530 Subject: Revert "server: fix unresolved symbols by moving them to libglusterfs" Updates: bz#1582286 This reverts commit 408a6d07ababde234ddeafe16687aacd2b810b42. Change-Id: If8247d7980d698141f47130a3c532b942408ec2b --- libglusterfs/src/xlator.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libglusterfs/src/xlator.h') diff --git a/libglusterfs/src/xlator.h b/libglusterfs/src/xlator.h index d476cf26442..88805226351 100644 --- a/libglusterfs/src/xlator.h +++ b/libglusterfs/src/xlator.h @@ -1247,7 +1247,4 @@ glusterfs_delete_volfile_checksum (glusterfs_ctx_t *ctx, const char *volfile_id); int xlator_memrec_free (xlator_t *xl); - -void -xlator_mem_cleanup (xlator_t *this); #endif /* _XLATOR_H */ -- cgit