1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Remove an unused variable.

FossilOrigin-Name: 1c2656c1d37906230edc142d3a4253b16b6e925f
This commit is contained in:
drh
2016-01-26 00:12:42 +00:00
parent af1b36b1df
commit f0fc992936
3 changed files with 8 additions and 9 deletions

View File

@@ -5981,7 +5981,6 @@ static int unixFullPathname(
int rc = SQLITE_OK;
int nByte;
int nLink = 1; /* Number of symbolic links followed so far */
int bLink; /* True for a symbolic link */
const char *zIn = zPath; /* Input path for each iteration of loop */
char *zDel = 0;