1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Remove an redundant function call from the date/time function implementation.

FossilOrigin-Name: 4a04c48a311b19ba5e566877dc5baff543c41aba
This commit is contained in:
drh
2017-03-03 21:36:26 +00:00
parent 35a0925a23
commit f3f883fcd7
3 changed files with 7 additions and 8 deletions

View File

@@ -756,7 +756,6 @@ static int parseModifier(
p->D = 1;
rc = 0;
}else if( sqlite3_stricmp(z,"year")==0 ){
computeYMD(p);
p->M = 1;
p->D = 1;
rc = 0;