removed redundant valuewrapper feature

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6459 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-10-20 21:19:14 +00:00
commit 85b1bcfc47
10 changed files with 0 additions and 10 deletions

View file

@ -19,7 +19,6 @@
namespace std {
%feature("novaluewrapper") string;
class string;
// string

View file

@ -20,7 +20,6 @@
namespace std {
%feature("novaluewrapper") string;
class string;
%typemap(typecheck) string = char *;

View file

@ -22,7 +22,6 @@
namespace std {
%feature("novaluewrapper") string;
class string;
// string

View file

@ -20,7 +20,6 @@
namespace std {
%feature("novaluewrapper") string;
class string;
/* Overloading check */

View file

@ -21,7 +21,6 @@
namespace std {
%feature("novaluewrapper") string;
class string;
/* Overloading check */

View file

@ -21,7 +21,6 @@
namespace std {
%feature("novaluewrapper") string;
class string;
%typemap(in) string {

View file

@ -11,7 +11,6 @@
namespace std {
%feature("novaluewrapper") string;
class string;
/* Overloading check */

View file

@ -9,7 +9,6 @@
namespace std
{
%feature("novaluewrapper") string;
class string;
}

View file

@ -23,7 +23,6 @@ namespace std {
// Ruby wants class names to start with a capital letter
%rename(String) string;
%feature("novaluewrapper") string;
class string;
/* Overloading check */

View file

@ -21,7 +21,6 @@
namespace std {
%feature("novaluewrapper") string;
class string;
/* Overloading check */