Commit 6ebf7eb9b761c5241084ca5b107ae136c4a05dae

Authored by Scott Klum
1 parent 0b17a8bb

Removed old malloc

Showing 1 changed file with 0 additions and 1 deletions
openbr/plugins/liblinear.cpp
@@ -6,7 +6,6 @@ @@ -6,7 +6,6 @@
6 #include "openbr/core/opencvutils.h" 6 #include "openbr/core/opencvutils.h"
7 7
8 #include <linear.h> 8 #include <linear.h>
9 -#define Malloc(type,n) (type *)malloc((n)*sizeof(type))  
10 9
11 using namespace cv; 10 using namespace cv;
12 11