[go] Remove workaround in cpp11_decltype.i

This case was fixed by 7a8c9fdfa8.

(SWIG/Go still has problems wrapping constant strings in some cases
though - the example in #2724 still fails.)
This commit is contained in:
Olly Betts 2025-06-18 09:53:46 +12:00
parent 2d717988c2
commit 600685dfd8
1 changed files with 0 additions and 6 deletions

View File

@ -12,12 +12,6 @@
#endif
%}
#ifdef SWIGGO
// FIXME: SWIG/Go tries to wrap this by generating code which tries to
// assign a const char* value to a char* variable.
%ignore should_be_string;
#endif
%inline %{
class A {
public: