[pisa-src] r1844 - trunk/pairing/common.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 27 Nov 2009 10:55:05 +0100

Author: biurrun
Date: Fri Nov 27 10:55:05 2009
New Revision: 1844

Log:
Remove commented-out extern variable declarations.

Modified:
   trunk/pairing/common.h

Modified: trunk/pairing/common.h
==============================================================================
--- trunk/pairing/common.h      Fri Nov 27 10:51:45 2009        (r1843)
+++ trunk/pairing/common.h      Fri Nov 27 10:55:05 2009        (r1844)
@@ -43,11 +43,6 @@
        int force_options;
 };
 
-// Global variables
-/*extern int socket_desc;
-extern int force_options;
-extern int nickname_given;*/
-
 extern struct global_accept_variables global_accept;
 extern struct global_send_variables global_send;
 

Other related posts:

  • » [pisa-src] r1844 - trunk/pairing/common.h - Diego Biurrun