Skip to content

Commit 8af641a

Browse files
committed
Remove unused declarations of EncodeTimeOnly and DecodeTimeOnly.
1 parent dd96d13 commit 8af641a

File tree

1 file changed

+1
-3
lines changed
  • src/interfaces/ecpg/pgtypeslib

1 file changed

+1
-3
lines changed

src/interfaces/ecpg/pgtypeslib/dt.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt.h,v 1.42 2009/05/20 16:13:18 meskes Exp $ */
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt.h,v 1.43 2009/05/26 01:39:49 tgl Exp $ */
22

33
#ifndef DT_H
44
#define DT_H
@@ -332,10 +332,8 @@ do { \
332332
#define TIMESTAMP_IS_NOEND(j) ((j) == DT_NOEND)
333333
#define TIMESTAMP_NOT_FINITE(j) (TIMESTAMP_IS_NOBEGIN(j) || TIMESTAMP_IS_NOEND(j))
334334

335-
int DecodeTimeOnly(char **, int *, int, int *, struct tm *, fsec_t *, int *);
336335
int DecodeInterval(char **, int *, int, int *, struct tm *, fsec_t *);
337336
int DecodeTime(char *, int *, struct tm *, fsec_t *);
338-
int EncodeTimeOnly(struct tm *, fsec_t, int *, int, char *);
339337
int EncodeDateTime(struct tm *, fsec_t, int *, char **, int, char *, bool);
340338
int EncodeInterval(struct tm *, fsec_t, int, char *);
341339
int tm2timestamp(struct tm *, fsec_t, int *, timestamp *);

0 commit comments

Comments
 (0)