Revision | 901f38dc5b595500fd05ffd76f500bf9f2fe27d5 (tree) |
---|---|
Time | 2013-12-19 11:29:46 |
Author | Katsuhiko Nishimra <ktns.87@gmai...> |
Commiter | Katsuhiko Nishimra |
Remove debug codes. #31716
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/trunk@1579 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -161,7 +161,6 @@ void MolDSException::serialize(Archive& ar, const unsigned int ver){ | ||
161 | 161 | |
162 | 162 | void MolDSException::Serialize(std::ostream& os){ |
163 | 163 | boost::archive::text_oarchive oa(os); |
164 | - std::string what = domain_error::what(); | |
165 | 164 | oa << this; |
166 | 165 | } |
167 | 166 |