File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 21
21
#include < network/network.hpp>
22
22
#include < covscript/cni.hpp>
23
23
#include < covscript/extension.hpp>
24
- #include < covscript/extensions/char.hpp>
25
- #include < covscript/extensions/array.hpp>
26
- #include < covscript/extensions/string.hpp>
27
- #include < covscript/extensions/exception.hpp>
28
24
#include < memory>
29
25
30
26
namespace network_cs_ext {
@@ -291,10 +287,6 @@ namespace network_cs_ext {
291
287
292
288
void init ()
293
289
{
294
- char_cs_ext::init ();
295
- array_cs_ext::init ();
296
- string_cs_ext::init ();
297
- except_cs_ext::init ();
298
290
network_ext.add_var (" tcp" , var::make_protect<extension_t >(tcp::tcp_ext_shared));
299
291
network_ext.add_var (" udp" , var::make_protect<extension_t >(udp::udp_ext_shared));
300
292
network_ext.add_var (" host_name" , var::make_protect<callable>(cni (host_name), true ));
You can’t perform that action at this time.
0 commit comments