Index: base/allocator/allocator_shim_internals.h |
diff --git a/base/allocator/allocator_shim_internals.h b/base/allocator/allocator_shim_internals.h |
index fc3624c596bd3980cd00755cf26ed1cd29d893b4..82624ee45b74eb8b8d2cc640040f4dfc20d051a9 100644 |
--- a/base/allocator/allocator_shim_internals.h |
+++ b/base/allocator/allocator_shim_internals.h |
@@ -20,8 +20,6 @@ |
// Shim layer symbols need to be ALWAYS exported, regardless of component build. |
#define SHIM_ALWAYS_EXPORT __attribute__((visibility("default"))) |
-#define SHIM_ALIAS_SYMBOL(fn) __attribute__((alias(#fn))) |
- |
#endif // __GNUC__ |
#endif // BASE_ALLOCATOR_ALLOCATOR_SHIM_INTERNALS_H_ |