summaryrefslogtreecommitdiff
path: root/src/sysdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 0b1b3704566..972f3c9acc3 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -1305,11 +1305,6 @@ setup_pty (int fd)
}
#endif /* HAVE_PTYS */
-/* init_system_name sets up the string for the Lisp function
- system-name to return. */
-
-extern Lisp_Object Vsystem_name;
-
#ifdef HAVE_SOCKETS
#include <sys/socket.h>
#include <netdb.h>