Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 76aa6d2

Browse files
author
Neil Conway
committed
Code cleanup: remove 3 duplicate static function declarations.
1 parent f2b6ede commit 76aa6d2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/backend/utils/adt/formatting.c

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* -----------------------------------------------------------------------
22
* formatting.c
33
*
4-
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.89 2005/06/22 01:43:05 neilc Exp $
4+
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.90 2005/06/24 01:10:11 neilc Exp $
55
*
66
*
77
* Portions Copyright (c) 1999-2005, PostgreSQL Global Development Group
@@ -898,9 +898,6 @@ static char *str_tolower(char *buff);
898898

899899
/* static int is_acdc(char *str, int *len); */
900900
static int seq_search(char *name, char **array, int type, int max, int *len);
901-
static int dch_global(int arg, char *inout, int suf, int flag, FormatNode *node, void *data);
902-
static int dch_time(int arg, char *inout, int suf, int flag, FormatNode *node, void *data);
903-
static int dch_date(int arg, char *inout, int suf, int flag, FormatNode *node, void *data);
904901
static void do_to_timestamp(text *date_txt, text *fmt,
905902
struct pg_tm * tm, fsec_t *fsec);
906903
static char *fill_str(char *str, int c, int max);

0 commit comments

Comments
 (0)