fix the build after intentional break
authorepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 27 Jul 2012 18:15:03 +0000 (18:15 +0000)
committerepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 27 Jul 2012 18:15:03 +0000 (18:15 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@4814 2bbb7eff-a529-9590-31e7-b0007b416f81

src/core/Sk64.cpp

index 9760070..f350656 100644 (file)
@@ -20,7 +20,6 @@
 
 //////////////////////////////////////////////////////////////////////
 
-EPOGER_BREAK_THE_BUILD epoger_break_the_build
 int Sk64::getClzAbs() const
 {
     int32_t     hi = fHi;