summaryrefslogtreecommitdiffstats
path: root/base/third_party/nspr/prtime.cc
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-25 04:28:31 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-25 04:28:31 +0000
commit9af1b2e05f32656efb130eff341ecb011a81e08c (patch)
tree5b39444cedbed2b5d5ae51a86e31282a245b5859 /base/third_party/nspr/prtime.cc
parent7d0c2e9c4ca32baa00cca2748442fbc840d88acb (diff)
downloadchromium_src-9af1b2e05f32656efb130eff341ecb011a81e08c.zip
chromium_src-9af1b2e05f32656efb130eff341ecb011a81e08c.tar.gz
chromium_src-9af1b2e05f32656efb130eff341ecb011a81e08c.tar.bz2
Remove prtypes.h and prcpucfg*.h from base/third_party/nspr.
Copy the type and macro definitions we need to base/third_party/nspr/prtime.h. Add chromium-prtypes.h to crypto/third_party/nss. content/common/plugin_list_posix.cc doesn't need to include prcpucfg_linux.h. R=ananta@chromium.org,mark@chromium.org,rsleevi@chromium.org Review URL: https://codereview.chromium.org/209343003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259148 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/third_party/nspr/prtime.cc')
-rw-r--r--base/third_party/nspr/prtime.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/third_party/nspr/prtime.cc b/base/third_party/nspr/prtime.cc
index 5fc89c5..0c97bc1 100644
--- a/base/third_party/nspr/prtime.cc
+++ b/base/third_party/nspr/prtime.cc
@@ -443,10 +443,6 @@ PR_NormalizeTime(PRExplodedTime *time, PRTimeParamFn params)
PRTimeParameters
PR_GMTParameters(const PRExplodedTime *gmt)
{
-#if defined(XP_MAC)
-#pragma unused (gmt)
-#endif
-
PRTimeParameters retVal = { 0, 0 };
return retVal;
}