From 9af1b2e05f32656efb130eff341ecb011a81e08c Mon Sep 17 00:00:00 2001 From: "wtc@chromium.org" Date: Tue, 25 Mar 2014 04:28:31 +0000 Subject: 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 --- base/third_party/nspr/prtime.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'base/third_party/nspr/prtime.cc') 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; } -- cgit v1.1