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) |
wtc
2014/03/22 15:50:19
This is obsolete code. XP_MAC refers to Mac OS Cla
|
-#pragma unused (gmt) |
-#endif |
- |
PRTimeParameters retVal = { 0, 0 }; |
return retVal; |
} |