remove unused variable (isNaN)

git-svn-id: http://skia.googlecode.com/svn/trunk@3976 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2012-05-16 17:56:09 +00:00
parent 6600852667
commit 32aa01e2fe

View File

@ -95,7 +95,6 @@ void SkRect::set(const SkPoint pts[], int count) {
Sk2sComplimentAsScalar(b));
#else
SkScalar l, t, r, b;
SkFLOATCODE(int isNaN;)
l = r = pts[0].fX;
t = b = pts[0].fY;