Index: src/core/SkOpts.h |
diff --git a/src/core/SkOpts.h b/src/core/SkOpts.h |
index bc3ea00140856b35c6de2217fca269148dc28722..04c9f00de301e7c0277ae1c54858a6facc09fa8e 100644 |
--- a/src/core/SkOpts.h |
+++ b/src/core/SkOpts.h |
@@ -17,7 +17,7 @@ struct ProcCoeff; |
namespace SkOpts { |
// Call to replace pointers to portable functions with pointers to CPU-specific functions. |
// Thread-safe and idempotent. |
- // Called by SkGraphics::Init(), and automatically #if SK_ALLOW_STATIC_GLOBAL_INITIALIZERS. |
+ // Called by SkGraphics::Init(). |
void Init(); |
// Declare function pointers here... |