From efcad567ea9414b807017cbaadd7013e9310ca3e Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 22 Jun 2017 23:30:16 -0400 Subject: removed unnecessary variable --- src/wolff.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/wolff.c b/src/wolff.c index 81906fa..a8266ff 100644 --- a/src/wolff.c +++ b/src/wolff.c @@ -175,8 +175,6 @@ int main(int argc, char *argv[]) { dC / h->nv, X / h->nv, dX / h->nv); fclose(outfile); - free(bond_probs); - if (output_state) { FILE *state_file = fopen("state.dat", "a"); for (uint32_t i = 0; i < h->nv; i++) { -- cgit v1.2.3-70-g09d2