remove legacy next from iter

Change-Id: I417425bf27c154a312ab8cb7aaf150faa35a0696
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/257617
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
diff --git a/include/core/SkPath.h b/include/core/SkPath.h
index 5b5a1d0..27ccdc6 100644
--- a/include/core/SkPath.h
+++ b/include/core/SkPath.h
@@ -1555,13 +1555,6 @@
         */
         Verb next(SkPoint pts[4]);
 
-#ifdef SK_SUPPORT_LEGACY_PATHITER_NEXT
-        // DEPRECATED
-        Verb next(SkPoint pts[4], bool /*doConsumeDegenerates*/, bool /*exact*/ = false) {
-            return this->next(pts);
-        }
-#endif
-
         /** Returns conic weight if next() returned kConic_Verb.
 
             If next() has not been called, or next() did not return kConic_Verb,