ICU-3931 Code-review comments and removed default constructor -same as Java

X-SVN-Rev: 27452
This commit is contained in:
Kirti Velankar 2010-01-30 03:18:22 +00:00
parent 6924ba6c66
commit 632f3ce80c

View File

@ -184,14 +184,6 @@ class Hashtable;
class U_I18N_API SelectFormat : public Format {
public:
/**
* Creates a new <code>SelectFormat</code> .
* @param status output param set to success/failure code on exit, which
* must not indicate a failure before the function call.
* @internal This function will be removed and will not be API.
*/
SelectFormat(UErrorCode& status);
/**
* Creates a new <code>SelectFormat</code> for a given pattern string.
* @param pattern the pattern for this <code>SelectFormat</code>.