Remove rlstubs.[ch], since they weren't actually doing anything that couldn't
Marc G. Fournier <scrappy@hub.org>
Remove rlstubs.[ch], since they weren't actually doing anything that couldn't be #ifdef'd into psql.c itself From what I can tell, if USE_READLINE is true or false, psql works under FreeBSD, without configure. Now to test it *again* under sparc_solaris with configure and see if it works...
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/Makefile | modified | +3 −4 |
| src/bin/psql/psql.c | modified | +16 −3 |
| src/bin/psql/rlstubs.c | deleted | +0 −43 |
| src/bin/psql/rlstubs.h | deleted | +0 −17 |