gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6897 - GNUnet/src/applications/chat


From: gnunet
Subject: [GNUnet-SVN] r6897 - GNUnet/src/applications/chat
Date: Mon, 26 May 2008 18:01:20 -0600 (MDT)

Author: grothoff
Date: 2008-05-26 18:01:20 -0600 (Mon, 26 May 2008)
New Revision: 6897

Modified:
   GNUnet/src/applications/chat/chattest.c
Log:
fixing warnings

Modified: GNUnet/src/applications/chat/chattest.c
===================================================================
--- GNUnet/src/applications/chat/chattest.c     2008-05-26 23:50:17 UTC (rev 
6896)
+++ GNUnet/src/applications/chat/chattest.c     2008-05-27 00:01:20 UTC (rev 
6897)
@@ -35,13 +35,8 @@
 
 #define START_PEERS 1
 
-static struct GNUNET_GE_Context *ectx;
-
 static struct GNUNET_GC_Configuration *cfg;
 
-static struct GNUNET_ClientServerConnection *sock;
-
-
 static int
 receive_callback1 (void *cls,
                    struct GNUNET_CHAT_Room *room,
@@ -95,9 +90,6 @@
 {
   struct GNUNET_TESTING_DaemonContext *peers;
   int ret;
-  pid_t daemon1;
-  GNUNET_PeerIdentity p1;
-  char *c1 = NULL;
   struct GNUNET_CHAT_Room *r1;
   struct GNUNET_CHAT_Room *r2;
   GNUNET_RSA_PublicKey me;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]