Skip to content

Commit 4b333e7

Browse files
author
Sebastiano Merlino
committed
Removed SWIG artifacts for mutable in http_utils
1 parent fb28f63 commit 4b333e7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/httpserver/http_utils.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ class http_utils
9191
IPV4 = 4, IPV6 = 16
9292
};
9393

94-
#ifdef SWIG
95-
%immutable;
96-
#endif
97-
9894
static const short http_method_connect_code;
9995
static const short http_method_delete_code;
10096
static const short http_method_get_code;
@@ -228,9 +224,6 @@ class http_utils
228224

229225
static const std::string http_post_encoding_form_urlencoded;
230226
static const std::string http_post_encoding_multipart_formdata;
231-
#ifdef SWIG
232-
%mutable;
233-
#endif
234227
static size_t tokenize_url(const std::string&,
235228
std::vector<std::string>& result, const char separator = '/'
236229
);

0 commit comments

Comments
 (0)