gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit fbdbf103d36c50f6323a96d138f70a9dabcfc16c
parent 62e1b52f49d508b0bf7daa306f997080e2cf1022
Author: Julius Bünger <buenger@mytum.de>
Date:   Thu, 30 Aug 2018 00:03:53 +0200

Dont write internals to file by default II

Diffstat:
Msrc/rps/rps-test_util.c | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git 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))