diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-17 12:56:08 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-17 12:56:08 +0200 |
commit | 6eb35ae72f4e579bd094f630b6b9d3d042432ae3 (patch) | |
tree | 3e8d5d936a533adab47c69bf5f53cb30903a2dfd /test_brandt.c | |
parent | fe7b13889217f4268d87d3712cb9ffe265e6a4e2 (diff) |
minimal changes
Diffstat (limited to 'test_brandt.c')
-rw-r--r-- | test_brandt.c | 12 |
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 () } -/* - static void - cleanup_auction_data () - { - for (uint16_t i = 0; i < bidders; i++) - { - } - free (ad); - } - */ - - int main (int argc, char *argv[]) { |