Skip to content

Commit

Permalink
Remove unneeded forward declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Jun 12, 2024
1 parent 64d142a commit f16e51b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions icu4c/source/i18n/unicode/messageformat2_formattable.h
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ namespace message2 {
}
}; // class Formattable

class FormattedPlaceholder;
class FunctionOptions;

/**
Expand Down Expand Up @@ -920,7 +919,6 @@ class U_I18N_API FunctionOptions : public UObject {
* @internal ICU 76 technology preview
* @deprecated This API is for technology preview only.
*/

FunctionOptions mergeOptions(const FunctionOptions& other, UErrorCode& status) const;
/**
* Default constructor.
Expand Down

0 comments on commit f16e51b

Please sign in to comment.