From 579cc83d543b8e94f304dd368cfcaa704967c122 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 4 Jun 2006 01:36:18 +0000 Subject: [PATCH] this was broken too. make sure it builds next time ;) --- dlls/regex/CRegEx.cpp | 2 -- dlls/regex/regex.vcproj | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dlls/regex/CRegEx.cpp b/dlls/regex/CRegEx.cpp index a26ba77b..6874d763 100755 --- a/dlls/regex/CRegEx.cpp +++ b/dlls/regex/CRegEx.cpp @@ -45,8 +45,6 @@ bool RegEx::isFree(bool set, bool val) int RegEx::Compile(const char *pattern) { - int errno; - if (!mFree) Clear(); diff --git a/dlls/regex/regex.vcproj b/dlls/regex/regex.vcproj index 769c2c0b..d9173ab7 100755 --- a/dlls/regex/regex.vcproj +++ b/dlls/regex/regex.vcproj @@ -31,7 +31,7 @@ Name="VCCustomBuildTool"/>