changeset 47717:fa03f030aca0

Remove reference to SERVER_HOME_DIR completely.
author Markus Rost <rost@math.uni-bielefeld.de>
date Tue, 01 Oct 2002 00:45:30 +0000
parents 2589e6117a86
children d56ff58c208f
files lib-src/emacsclient.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/emacsclient.c	Mon Sep 30 11:19:16 2002 +0000
+++ b/lib-src/emacsclient.c	Tue Oct 01 00:45:30 2002 +0000
@@ -285,9 +285,6 @@
   int s, i, needlf = 0;
   FILE *out, *in;
   struct sockaddr_un server;
-#ifdef SERVER_HOME_DIR
-  char *homedir;
-#endif
   char *cwd, *str;
   char string[BUFSIZ];