fix no-places build

This commit is contained in:
Matthew Flatt 2015-08-28 17:27:17 -06:00
parent bfb4d34715
commit 79738d3bf6

View File

@ -323,7 +323,7 @@ static void release_master_btc_mark(NewGC *gc)
#else
static void check_master_btc_mark(NewGC *gc) { }
static void check_master_btc_mark(NewGC *gc, mpage *page) { }
static void release_master_btc_mark(NewGC *gc) { }
#endif