From 89ed051097ae56406972123366870ab0947ed300 Mon Sep 17 00:00:00 2001 From: "wtc@chromium.org" Date: Tue, 1 Dec 2009 19:21:20 +0000 Subject: Remove the unnecessary workaround for NSS bug 455424, now that we require NSS 3.12.3 or later. R=ukai BUG=none TEST=No compilation errors. Review URL: http://codereview.chromium.org/452014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33464 0039d316-1c4b-4281-b951-d872f2087c98 --- net/ocsp/nss_ocsp.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'net/ocsp') diff --git a/net/ocsp/nss_ocsp.cc b/net/ocsp/nss_ocsp.cc index 85fc5f5..8ee1e96 100644 --- a/net/ocsp/nss_ocsp.cc +++ b/net/ocsp/nss_ocsp.cc @@ -4,11 +4,7 @@ #include "net/ocsp/nss_ocsp.h" -// Work around https://bugzilla.mozilla.org/show_bug.cgi?id=455424 -// until NSS 3.12.2 comes out and we update to it. -#define Lock FOO_NSS_Lock #include -#undef Lock #include #include #include -- cgit v1.1