gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: Dont write internals to fil


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: Dont write internals to file by default II
Date: Thu, 30 Aug 2018 00:04:46 +0200

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new fbdbf103d Dont write internals to file by default II
fbdbf103d is described below

commit fbdbf103d36c50f6323a96d138f70a9dabcfc16c
Author: Julius Bünger <address@hidden>
AuthorDate: Thu Aug 30 00:03:53 2018 +0200

    Dont write internals to file by default II
---
 src/rps/rps-test_util.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/rps/rps-test_util.c b/src/rps/rps-test_util.c
index ed682c251..1a2db1427 100644
--- a/src/rps/rps-test_util.c
+++ b/src/rps/rps-test_util.c
@@ -42,10 +42,6 @@
   (byte & 0x02 ? '1' : '0'), \
   (byte & 0x01 ? '1' : '0')
 
-#ifndef TO_FILE
-#define TO_FILE
-#endif /* TO_FILE */
-
 #ifdef TO_FILE
 
 #define min(x,y) ((x) > (y) ? (y) : (x))

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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