From: epoger@google.com Date: Fri, 27 Jul 2012 18:15:03 +0000 (+0000) Subject: fix the build after intentional break X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~15404 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be8cefcc07b5797a2275ed6bf5f57e3c70c79ac6;p=platform%2Fupstream%2FlibSkiaSharp.git fix the build after intentional break git-svn-id: http://skia.googlecode.com/svn/trunk@4814 2bbb7eff-a529-9590-31e7-b0007b416f81 --- diff --git a/src/core/Sk64.cpp b/src/core/Sk64.cpp index 9760070..f350656 100644 --- a/src/core/Sk64.cpp +++ b/src/core/Sk64.cpp @@ -20,7 +20,6 @@ ////////////////////////////////////////////////////////////////////// -EPOGER_BREAK_THE_BUILD epoger_break_the_build int Sk64::getClzAbs() const { int32_t hi = fHi;