From 461e8d76ceae504c6d3e8501b3625f90e6c280d6 Mon Sep 17 00:00:00 2001 From: vp153 Date: Fri, 2 Apr 2010 19:31:57 +0000 Subject: [PATCH] removed unused CV_CPU_SSE_ANY (ticket #255) git-svn-id: https://code.ros.org/svn/opencv/trunk@2970 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08 --- opencv/include/opencv/cxcore.h | 1 - 1 file changed, 1 deletion(-) diff --git a/opencv/include/opencv/cxcore.h b/opencv/include/opencv/cxcore.h index 42d7c68a..54714957 100644 --- a/opencv/include/opencv/cxcore.h +++ b/opencv/include/opencv/cxcore.h @@ -1775,7 +1775,6 @@ CVAPI(double) cvGetTickFrequency( void ); #define CV_CPU_NONE 0 #define CV_CPU_MMX 1 #define CV_CPU_SSE 2 -#define CV_CPU_SSE_ANY CV_CPU_SSE #define CV_CPU_SSE2 3 #define CV_CPU_SSE3 4 #define CV_CPU_SSSE3 5 -- 2.39.2