From f00bcfbb7dfe759ffab5abd05e3171fdeeb2f02e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Sun, 12 Apr 2020 14:03:43 +0200 Subject: Generate method entries for ext/intl Closes GH-5370 --- ext/intl/breakiterator/codepointiterator_methods.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 ext/intl/breakiterator/codepointiterator_methods.h (limited to 'ext/intl/breakiterator/codepointiterator_methods.h') diff --git a/ext/intl/breakiterator/codepointiterator_methods.h b/ext/intl/breakiterator/codepointiterator_methods.h deleted file mode 100644 index 04576d0eb1..0000000000 --- a/ext/intl/breakiterator/codepointiterator_methods.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - +----------------------------------------------------------------------+ - | This source file is subject to version 3.01 of the PHP license, | - | that is bundled with this package in the file LICENSE, and is | - | available through the world-wide-web at the following url: | - | http://www.php.net/license/3_01.txt | - | If you did not receive a copy of the PHP license and are unable to | - | obtain it through the world-wide-web, please send a note to | - | license@php.net so we can mail you a copy immediately. | - +----------------------------------------------------------------------+ - | Authors: Gustavo Lopes | - +----------------------------------------------------------------------+ - */ - -#ifndef CODEPOINTITERATOR_METHODS_H -#define CODEPOINTITERATOR_METHODS_H - -#include - -PHP_METHOD(IntlCodePointBreakIterator, getLastCodePoint); - -#endif -- cgit v1.2.1