Remove no-longer-referenced src/port/gethostname.c.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9222cd84b0f227287f65df395d52dc7973a62d29
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-01-24T17:13:57Z
Releases: 9.5.0
Remove no-longer-referenced src/port/gethostname.c.

This file hasn't been part of any build since 2005, and even before that
wasn't used unless you configured --with-krb4 (and had a machine without
gethostname(2), obviously).  What's more, we haven't actually called
gethostname anywhere since then, either (except in thread_test.c, whose
testing of this function is probably pointless).  So we don't need it.

Files

PathChange+/−
src/port/gethostname.c deleted +0 −33