]> granicus.if.org Git - postgresql/commitdiff
Code cleanup: remove 3 duplicate static function declarations.
authorNeil Conway <neilc@samurai.com>
Fri, 24 Jun 2005 01:10:11 +0000 (01:10 +0000)
committerNeil Conway <neilc@samurai.com>
Fri, 24 Jun 2005 01:10:11 +0000 (01:10 +0000)
src/backend/utils/adt/formatting.c

index 9b64dab8ea0b85877ea127fd530ed0260131cb99..a4850f1f71bc7ee43e7b2db0d13b60a09b23f2c0 100644 (file)
@@ -1,7 +1,7 @@
 /* -----------------------------------------------------------------------
  * formatting.c
  *
- * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.89 2005/06/22 01:43:05 neilc Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.90 2005/06/24 01:10:11 neilc Exp $
  *
  *
  *      Portions Copyright (c) 1999-2005, PostgreSQL Global Development Group
@@ -898,9 +898,6 @@ static char *str_tolower(char *buff);
 
 /* static int is_acdc(char *str, int *len); */
 static int     seq_search(char *name, char **array, int type, int max, int *len);
-static int     dch_global(int arg, char *inout, int suf, int flag, FormatNode *node, void *data);
-static int     dch_time(int arg, char *inout, int suf, int flag, FormatNode *node, void *data);
-static int     dch_date(int arg, char *inout, int suf, int flag, FormatNode *node, void *data);
 static void do_to_timestamp(text *date_txt, text *fmt,
                                struct pg_tm * tm, fsec_t *fsec);
 static char *fill_str(char *str, int c, int max);