From dfc3ab4353cbca927272d25fd3ebd12f4e6c0b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nut=CC=A6iu?= Date: Sat, 10 Dec 2016 18:45:01 +0200 Subject: [PATCH] Fixed small things --- extra/DSA/matrix-cube.c | 11 ----------- extra/DSA/product-browser.c | 1 - 2 files changed, 12 deletions(-) diff --git a/extra/DSA/matrix-cube.c b/extra/DSA/matrix-cube.c index 25fdaa3..27d8f4b 100644 --- a/extra/DSA/matrix-cube.c +++ b/extra/DSA/matrix-cube.c @@ -211,17 +211,6 @@ unsigned solve_mat(unsigned c, unsigned r) { return 0; } -void skip_lines(FILE * fd, unsigned num) { - for (unsigned i = 0; i < num; ++i) { - fscanf(fd, "%*[^\n]\n", NULL); - } -} - -void fatal(const char * msg) { - fprintf(stderr, "%s\n", msg); - exit(1); -} - int main(void) { make_exit_cell(&testM[3][3]); diff --git a/extra/DSA/product-browser.c b/extra/DSA/product-browser.c index 1e80c2f..838ec6d 100644 --- a/extra/DSA/product-browser.c +++ b/extra/DSA/product-browser.c @@ -1,4 +1,3 @@ -//razvan.cioarga@cs.upt.ro #include #include #include