From 9b3d224a3e04d76e8dccded349c2dcc5f60557b6 Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Tue, 31 Jul 2007 20:12:55 +0300 Subject: [PATCH] Remove bogus matrix pointers initialisation --- pthreads/matrixmul.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pthreads/matrixmul.c b/pthreads/matrixmul.c index d723d09..9e2d6c3 100755 --- a/pthreads/matrixmul.c +++ b/pthreads/matrixmul.c @@ -16,10 +16,6 @@ struct matrix_index { unsigned int col; }; -struct matrix *mat1 = NULL; -struct matrix *mat2 = NULL; -struct matrix *mat3 = NULL; - typedef enum { mm_error_none, mm_error_no_memory, -- 2.11.4.GIT