diff options
Diffstat (limited to 'glusterfsd/src/fetch-spec.c')
| -rw-r--r-- | glusterfsd/src/fetch-spec.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/glusterfsd/src/fetch-spec.c b/glusterfsd/src/fetch-spec.c index 239b3c90227..f8dcb75844f 100644 --- a/glusterfsd/src/fetch-spec.c +++ b/glusterfsd/src/fetch-spec.c @@ -34,6 +34,8 @@  #include "defaults.h" +#if 0 +  int glusterfs_graph_parent_up (xlator_t *graph);  static int  @@ -297,3 +299,5 @@ fetch_spec (glusterfs_ctx_t *ctx)  	return spec_fp;  } + +#endif  | 
