From 7925a1411f6051712fe6502acee64c158dd9c167 Mon Sep 17 00:00:00 2001 From: "reed@android.com" Date: Thu, 24 Jun 2010 21:04:23 +0000 Subject: http://codereview.appspot.com/1706045/show git-svn-id: http://skia.googlecode.com/svn/trunk@583 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/opts/opts_check_SSE2.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/opts/opts_check_SSE2.cpp b/src/opts/opts_check_SSE2.cpp index 6a0112c7df..7fea1c4b84 100644 --- a/src/opts/opts_check_SSE2.cpp +++ b/src/opts/opts_check_SSE2.cpp @@ -53,7 +53,6 @@ static inline void getcpuid(int info_type, int info[4]) { "popl %%ebx \n\t" : "=a"(info[0]), "=r"(info[1]), "=c"(info[2]), "=d"(info[3]) : "a"(info_type) - : ); } #endif -- cgit v1.2.3