From d0458fea6331c15728802b4213aa6049b3742584 Mon Sep 17 00:00:00 2001 From: qin86 Date: Tue, 14 Jun 2022 11:28:35 +0800 Subject: [PATCH] =?UTF-8?q?codecheck=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/interfaces/ecpg/pgtypeslib/dt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/interfaces/ecpg/pgtypeslib/dt.h b/src/common/interfaces/ecpg/pgtypeslib/dt.h index c0606f7be..a013d4603 100644 --- a/src/common/interfaces/ecpg/pgtypeslib/dt.h +++ b/src/common/interfaces/ecpg/pgtypeslib/dt.h @@ -362,7 +362,6 @@ void dt2time(double, int*, int*, int*, fsec_t*); int PGTYPEStimestamp_defmt_scan( char** str, char* fmt, timestamp* d, int* year, int* month, int* day, int* hour, int* minute, int* second, int* tz); - extern char* pgtypes_date_weekdays_short[]; extern char* pgtypes_date_months[]; extern char* months[];