aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-08-29 17:48:10 +0200
committerJulius Bünger <buenger@mytum.de>2018-08-29 17:48:10 +0200
commit62e1b52f49d508b0bf7daa306f997080e2cf1022 (patch)
treea69b77174499a33fece906cd507b1398793ca36b
parent5cc6c03b5aa8d3523e971a0d6d869ef03b43170c (diff)
downloadgnunet-62e1b52f49d508b0bf7daa306f997080e2cf1022.tar.gz
gnunet-62e1b52f49d508b0bf7daa306f997080e2cf1022.zip
Dont write internals to file by default
-rw-r--r--src/rps/rps-test_util.h4
1 files changed, 0 insertions, 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 @@
26#ifndef RPS_TEST_UTIL_H 26#ifndef RPS_TEST_UTIL_H
27#define RPS_TEST_UTIL_H 27#define RPS_TEST_UTIL_H
28 28
29#ifndef TO_FILE
30#define TO_FILE
31#endif /* TO_FILE */
32
33 29
34void 30void
35to_file_ (const char *file_name, char *line); 31to_file_ (const char *file_name, char *line);