Chromium Code Reviews| Index: Source/wtf/UnusedParam.h |
| diff --git a/Source/wtf/UnusedParam.h b/Source/wtf/UnusedParam.h |
| index 27ad85f5f57ce192be7f0ff3dcaad52954cdfb9a..ae688e1baa7b9be2dde46c6bd6b207173adf4f4e 100644 |
| --- a/Source/wtf/UnusedParam.h |
| +++ b/Source/wtf/UnusedParam.h |
| @@ -21,8 +21,6 @@ |
| #ifndef WTF_UnusedParam_h |
| #define WTF_UnusedParam_h |
| -#include "wtf/Platform.h" |
| - |
| #define UNUSED_PARAM(variable) (void)variable |
| #endif /* WTF_UnusedParam_h */ |