Chromium Code Reviews| Index: base/third_party/nspr/prtime.cc |
| =================================================================== |
| --- base/third_party/nspr/prtime.cc (revision 258636) |
| +++ base/third_party/nspr/prtime.cc (working copy) |
| @@ -443,10 +443,6 @@ |
| PRTimeParameters |
| PR_GMTParameters(const PRExplodedTime *gmt) |
| { |
| -#if defined(XP_MAC) |
| -#pragma unused (gmt) |
| -#endif |
| - |
| PRTimeParameters retVal = { 0, 0 }; |
| return retVal; |
| } |