php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #80425
Patch remove-duplicate-definition.patch revision 2020-11-26 14:22 UTC by bjornar dot ness at gmail dot com

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;
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 14:01:31 2024 UTC