From: Julius Bünger Date: Wed, 29 Aug 2018 15:48:10 +0000 (+0200) Subject: Dont write internals to file by default X-Git-Tag: v0.11.0~267 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=62e1b52f49d508b0bf7daa306f997080e2cf1022;p=oweals%2Fgnunet.git Dont write internals to file by default --- diff --git a/src/rps/rps-test_util.h b/src/rps/rps-test_util.h index 577a2b0a7..bb9b39713 100644 --- a/src/rps/rps-test_util.h +++ b/src/rps/rps-test_util.h @@ -26,10 +26,6 @@ #ifndef RPS_TEST_UTIL_H #define RPS_TEST_UTIL_H -#ifndef TO_FILE -#define TO_FILE -#endif /* TO_FILE */ - void to_file_ (const char *file_name, char *line);