pgsql-server: Comment out unused variable.

Started by Bruce Momjianalmost 22 years ago3 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

Log Message:
-----------
Comment out unused variable.

Modified Files:
--------------
pgsql-server/src/port:
crypt.c (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/port/crypt.c.diff?r1=1.8&r2=1.9)

#2Neil Conway
neilc@samurai.com
In reply to: Bruce Momjian (#1)
Re: pgsql-server: Comment out unused variable.

On Tue, 2004-10-05 at 01:09, Bruce Momjian wrote:

Log Message:
-----------
Comment out unused variable.

If it is unused, it ought to be removed IMHO. Merely commenting out
unused code leads to bloat over time.

-Neil

#3Bruce Momjian
bruce@momjian.us
In reply to: Neil Conway (#2)
Re: pgsql-server: Comment out unused variable.

Neil Conway wrote:

On Tue, 2004-10-05 at 01:09, Bruce Momjian wrote:

Log Message:
-----------
Comment out unused variable.

If it is unused, it ought to be removed IMHO. Merely commenting out
unused code leads to bloat over time.

It was part of the original NetBSD code so I usually don't remove that
stuff so the code remains a similar as possible.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073