Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8af641a

Browse files
committed
Remove unused declarations of EncodeTimeOnly and DecodeTimeOnly.
1 parentdd96d13 commit8af641a

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
#ifndefDT_H
44
#defineDT_H
@@ -332,10 +332,8 @@ do { \
332332
#defineTIMESTAMP_IS_NOEND(j)((j) == DT_NOEND)
333333
#defineTIMESTAMP_NOT_FINITE(j) (TIMESTAMP_IS_NOBEGIN(j) || TIMESTAMP_IS_NOEND(j))
334334

335-
intDecodeTimeOnly(char**,int*,int,int*,structtm*,fsec_t*,int*);
336335
intDecodeInterval(char**,int*,int,int*,structtm*,fsec_t*);
337336
intDecodeTime(char*,int*,structtm*,fsec_t*);
338-
intEncodeTimeOnly(structtm*,fsec_t,int*,int,char*);
339337
intEncodeDateTime(structtm*,fsec_t,int*,char**,int,char*,bool);
340338
intEncodeInterval(structtm*,fsec_t,int,char*);
341339
inttm2timestamp(structtm*,fsec_t,int*,timestamp*);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp