Skip to content
Snippets Groups Projects
Commit 0a97cb37 authored by Tom Lane's avatar Tom Lane
Browse files

Remove unused variable.

parent 5b2cbc88
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.145 2003/11/19 15:55:07 wieck Exp $ * $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.146 2003/11/21 17:41:31 tgl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -1025,7 +1025,7 @@ BufferBackgroundWriter(void) ...@@ -1025,7 +1025,7 @@ BufferBackgroundWriter(void)
*/ */
for (;;) for (;;)
{ {
int n, i; int n;
/* /*
* Call BufferSync() with instructions to keep just the * Call BufferSync() with instructions to keep just the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment