ICU-5125 Remove unusable code.
X-SVN-Rev: 19435
This commit is contained in:
parent
b2be982c5f
commit
32416a8a9c
@ -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
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
//
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user