aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/core/SkPath.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/SkPath.cpp b/src/core/SkPath.cpp
index c1276bf179..6e201bd204 100644
--- a/src/core/SkPath.cpp
+++ b/src/core/SkPath.cpp
@@ -148,8 +148,6 @@ SkPath::SkPath(const SkPath& that)
: fPathRef(SkRef(that.fPathRef.get())) {
this->copyFields(that);
SkDEBUGCODE(that.validate();)
- AnnotateBenignRaceSized(__FILE__, __LINE__, &fConvexity, sizeof(fConvexity),
- "We've tried a few times to make this thread safe, and failed.");
}
SkPath::~SkPath() {