diff options
| author | Vincent Richard <[email protected]> | 2004-10-21 17:05:47 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-10-21 17:05:47 +0200 |
| commit | 2949fb51f13e1236d5c161f02e1c2c8541100e9f (patch) | |
| tree | 991edcf50483116ce83977a4d9e652de8c5328dc /src/address.cpp | |
| parent | header class unit tests added (diff) | |
| download | vmime-2949fb51f13e1236d5c161f02e1c2c8541100e9f.tar.gz vmime-2949fb51f13e1236d5c161f02e1c2c8541100e9f.zip | |
Refactoring (see ChangeLog).
Diffstat (limited to 'src/address.cpp')
| -rw-r--r-- | src/address.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/address.cpp b/src/address.cpp index 481cc209..f37918f5 100644 --- a/src/address.cpp +++ b/src/address.cpp @@ -191,11 +191,4 @@ address* address::parseNext(const string& buffer, const string::size_type positi } -address& address::operator=(const address& addr) -{ - copyFrom(addr); - return (*this); -} - - } // vmime |
