From db9c31fcf57024abfdc7b35825409166f17d5aac Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 12 Apr 2019 07:55:04 +0530 Subject: tests: validate volfile grammar - strings in volfile * libglusterfs/graph-print: remove unused code updates: bz#1693692 Change-Id: Iae81bb6a3af5911c3da07ab8f1d8f58f27e06905 Signed-off-by: Amar Tumballi --- libglusterfs/src/glusterfs/graph-utils.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libglusterfs/src/glusterfs/graph-utils.h') diff --git a/libglusterfs/src/glusterfs/graph-utils.h b/libglusterfs/src/glusterfs/graph-utils.h index c0e87268c5c..247f1a55d5a 100644 --- a/libglusterfs/src/glusterfs/graph-utils.h +++ b/libglusterfs/src/glusterfs/graph-utils.h @@ -13,10 +13,6 @@ int glusterfs_graph_print_file(FILE *file, glusterfs_graph_t *graph); - -char * -glusterfs_graph_print_buf(glusterfs_graph_t *graph); - int glusterfs_xlator_link(xlator_t *pxl, xlator_t *cxl); void -- cgit