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

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