summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlhan Özgen <ilhan.oezgen@wahyd.tu-berlin.de>2017-04-28 15:06:37 +0200
committerIlhan Özgen <ilhan.oezgen@wahyd.tu-berlin.de>2017-04-28 15:06:37 +0200
commitc9a1313329182b5a3656db08de3db48342a460e6 (patch)
treedb8fa3fba6215635fa759963aadb1328640bc7db
parent6fdc167e53191d83a3ac584f56ec9f309ea05c60 (diff)
unbloat test_linalg
-rw-r--r--test_linalg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test_linalg.c b/test_linalg.c
index fc63fdf..f7cc48c 100644
--- a/test_linalg.c
+++ b/test_linalg.c
@@ -91,6 +91,4 @@ int main(void)
free(ids);
free(v);
free(result);
- //free(m.values);
- //free(m.ids);
}