aboutsummaryrefslogtreecommitdiff
path: root/test_brandt.c
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-08-17 12:56:08 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-08-17 12:56:08 +0200
commit6eb35ae72f4e579bd094f630b6b9d3d042432ae3 (patch)
tree3e8d5d936a533adab47c69bf5f53cb30903a2dfd /test_brandt.c
parentfe7b13889217f4268d87d3712cb9ffe265e6a4e2 (diff)
downloadlibbrandt-6eb35ae72f4e579bd094f630b6b9d3d042432ae3.tar.gz
libbrandt-6eb35ae72f4e579bd094f630b6b9d3d042432ae3.zip
minimal changes
Diffstat (limited to 'test_brandt.c')
-rw-r--r--test_brandt.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/test_brandt.c b/test_brandt.c
index d61700b..17f1d10 100644
--- a/test_brandt.c
+++ b/test_brandt.c
@@ -92,18 +92,6 @@ test_new_join ()
92} 92}
93 93
94 94
95/*
96 static void
97 cleanup_auction_data ()
98 {
99 for (uint16_t i = 0; i < bidders; i++)
100 {
101 }
102 free (ad);
103 }
104 */
105
106
107int 95int
108main (int argc, char *argv[]) 96main (int argc, char *argv[])
109{ 97{