diff Framework/Common/BinaryStringValue.cpp @ 243:f5dc59c56e65

simplification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Apr 2021 17:53:53 +0200
parents 3236894320d6
children 02cd7254c949
line wrap: on
line diff
--- a/Framework/Common/BinaryStringValue.cpp	Tue Apr 13 17:00:02 2021 +0200
+++ b/Framework/Common/BinaryStringValue.cpp	Tue Apr 13 17:53:53 2021 +0200
@@ -44,10 +44,4 @@
         throw Orthanc::OrthancException(Orthanc::ErrorCode_BadParameterType);
     }
   }
-
-
-  std::string BinaryStringValue::Format() const
-  {
-    return "(binary - " + boost::lexical_cast<std::string>(content_.size()) + " bytes)";
-  }
 }