Index: base/process/memory.h |
diff --git a/base/process/memory.h b/base/process/memory.h |
index a73fbe1304834efd77b1b63c84a74007ffed91ee..100d9c72f43910c0c351e84c252169f3e3be6052 100644 |
--- a/base/process/memory.h |
+++ b/base/process/memory.h |
@@ -77,12 +77,6 @@ BASE_EXPORT WARN_UNUSED_RESULT bool UncheckedCalloc(size_t num_items, |
size_t size, |
void** result); |
-// TODO(b.kelemen): make Skia use the new interface and remove these. |
-#if defined(OS_MACOSX) |
-BASE_EXPORT void* UncheckedMalloc(size_t size); |
-BASE_EXPORT void* UncheckedCalloc(size_t num_items, size_t size); |
-#endif |
- |
} // namespace base |
#endif // BASE_PROCESS_MEMORY_H_ |