From 2949fb51f13e1236d5c161f02e1c2c8541100e9f Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 21 Oct 2004 15:05:47 +0000 Subject: Refactoring (see ChangeLog). --- src/address.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/address.cpp') 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 -- cgit