From 81ec678499c148ea0005a686f7c395f30d7881e7 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Thu, 15 Feb 2007 17:25:04 +0100 Subject: [PATCH] stpcpy was not used in this file. --- src/session/session.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/session/session.c b/src/session/session.c index 83810fc2..2a5230cf 100644 --- a/src/session/session.c +++ b/src/session/session.c @@ -1,10 +1,5 @@ /* Sessions managment - you'll find things here which you wouldn't expect */ -/* stpcpy */ -#ifndef _GNU_SOURCE -#define _GNU_SOURCE 1 -#endif - #ifdef HAVE_CONFIG_H #include "config.h" #endif