aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/private/GrSingleOwner.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/private/GrSingleOwner.h')
-rw-r--r--include/private/GrSingleOwner.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/private/GrSingleOwner.h b/include/private/GrSingleOwner.h
index 64e63d3b19..dea982e89a 100644
--- a/include/private/GrSingleOwner.h
+++ b/include/private/GrSingleOwner.h
@@ -48,8 +48,6 @@ private:
SkThreadID fOwner; // guarded by fMutex
int fReentranceCount; // guarded by fMutex
};
-#else
-class GrSingleOwner {}; // Provide a dummy implementation so we can pass pointers to constructors
#endif
#endif