ICU-5125 Remove unusable code.

X-SVN-Rev: 19435
This commit is contained in:
George Rhoten 2006-03-25 00:15:56 +00:00
parent b2be982c5f
commit 32416a8a9c
2 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,7 @@
//
/*
***************************************************************************
* Copyright (C) 2002-2004 International Business Machines Corporation *
* Copyright (C) 2002-2006 International Business Machines Corporation *
* and others. All rights reserved. *
***************************************************************************
*/
@ -324,6 +324,7 @@ RegexMatcher *RegexPattern::matcher(const UnicodeString &input,
return retMatcher;
}
#if 0
RegexMatcher *RegexPattern::matcher(const UChar * /*input*/,
UErrorCode &status) const
{
@ -333,7 +334,7 @@ RegexMatcher *RegexPattern::matcher(const UChar * /*input*/,
}
return NULL;
}
#endif
//---------------------------------------------------------------------
//

View File

@ -1,6 +1,6 @@
/*
**********************************************************************
* Copyright (C) 2002-2005, International Business Machines
* Copyright (C) 2002-2006, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* file name: regex.h
@ -282,7 +282,7 @@ private:
*
* @internal
*/
virtual RegexMatcher *matcher(const UChar *input,
RegexMatcher *matcher(const UChar *input,
UErrorCode &status) const;
public: