From 6abe20e87b74a5a672dc59f72fa1f550ceab430c Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Fri, 6 Jan 2023 15:07:39 +0100 Subject: Remove Encoding#replicate --- include/ruby/internal/encoding/encoding.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'include') diff --git a/include/ruby/internal/encoding/encoding.h b/include/ruby/internal/encoding/encoding.h index 4748ca806b..dc3e0151f0 100644 --- a/include/ruby/internal/encoding/encoding.h +++ b/include/ruby/internal/encoding/encoding.h @@ -138,23 +138,6 @@ RBIMPL_ATTR_NOALIAS() */ int rb_char_to_option_kcode(int c, int *option, int *kcode); -/** - * Creates a new encoding, using the passed one as a template. - * - * @param[in] name Name of the creating encoding. - * @param[in] src Template. - * @exception rb_eArgError Duplicated or malformed `name`. - * @return Replicated new encoding's index. - * @post Encoding named `name` is created as a copy of `src`, whose index - * is the return value. - * - * @internal - * - * `name` can be `NULL`, but that just raises an exception. OTOH it seems no - * sanity check is done against `src`...? - */ -int rb_enc_replicate(const char *name, rb_encoding *src); - /** * Creates a new "dummy" encoding. Roughly speaking, an encoding is dummy when * it is stateful. Notable example of dummy encoding are those defined in -- cgit v1.2.1