Patch remove-duplicate-definition.patch for Compile Failure Bug #80425
Patch version 2020-11-26 14:22 UTC
Return to Bug #80425 |
Download this patch
Patch Revisions:
Developer: bjornar.ness@gmail.com
diff --git a/ext/intl/msgformat/msgformat_helpers.cpp b/ext/intl/msgformat/msgformat_helpers.cpp
index 55d3bdd7..295a7205 100644
--- a/ext/intl/msgformat/msgformat_helpers.cpp
+++ b/ext/intl/msgformat/msgformat_helpers.cpp
@@ -54,12 +54,6 @@ public:
static const MessagePattern getMessagePattern(MessageFormat* m);
};
-const Formattable::Type*
-MessageFormatAdapter::getArgTypeList(const MessageFormat& m,
- int32_t& count) {
- return m.getArgTypeList(count);
-}
-
const MessagePattern
MessageFormatAdapter::getMessagePattern(MessageFormat* m) {
return m->msgPattern;
|