mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Removes unused count var. Sink function below it shadows the variable within its add(...) function so file level count variable is never used.