[pisa-src] r1826 - trunk/pairing/common_headers.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 26 Nov 2009 17:11:06 +0100

Author: biurrun
Date: Thu Nov 26 17:11:06 2009
New Revision: 1826

Log:
Remove unused FILE_IPV4 / FILE_IPV6 definitions.

Modified:
   trunk/pairing/common_headers.h

Modified: trunk/pairing/common_headers.h
==============================================================================
--- trunk/pairing/common_headers.h      Thu Nov 26 17:09:30 2009        (r1825)
+++ trunk/pairing/common_headers.h      Thu Nov 26 17:11:06 2009        (r1826)
@@ -26,8 +26,6 @@
 #define MSG_ERROR      3
 #define MSG_ACK_2      4
 
-#define FILE_IPV4      "ipv4.txt"
-#define FILE_IPV6      "ipv6.txt"
 #define FILE_SERVER_CONFIG     "relay_config.cfg"
 #define FILE_USER_CONFIG       "user_config.cfg"
 

Other related posts:

  • » [pisa-src] r1826 - trunk/pairing/common_headers.h - Diego Biurrun