From 62e1b52f49d508b0bf7daa306f997080e2cf1022 Mon Sep 17 00:00:00 2001 From: Julius Bünger Date: Wed, 29 Aug 2018 17:48:10 +0200 Subject: Dont write internals to file by default --- src/rps/rps-test_util.h | 4 ---- 1 file changed, 4 deletions(-) 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); -- cgit v1.2.3