diff options
Diffstat (limited to 'libglusterfs/src/common-utils.c')
| -rw-r--r-- | libglusterfs/src/common-utils.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/libglusterfs/src/common-utils.c b/libglusterfs/src/common-utils.c index 6c28690c8ff..e2874602a84 100644 --- a/libglusterfs/src/common-utils.c +++ b/libglusterfs/src/common-utils.c @@ -3096,9 +3096,8 @@ static const char *__gf_zerotimes[] = {  };  void -_gf_timestuff (gf_timefmts *fmt, const char ***fmts, const char ***zeros) +_gf_timestuff (const char ***fmts, const char ***zeros)  { -        *fmt = gf_timefmt_last;          *fmts = __gf_timefmts;          *zeros = __gf_zerotimes;  }  | 
