The unified diff between revisions [6afe2db1..] and [439c12c5..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'include/charset.h'

#
#
# patch "include/charset.h"
#  from [190ea188126117198e9ea487740c472d317b5b12]
#    to [d14be390cbcd1b0b0a33005c0c6b2165c66fd8b1]
#
============================================================
--- include/charset.h	190ea188126117198e9ea487740c472d317b5b12
+++ include/charset.h	d14be390cbcd1b0b0a33005c0c6b2165c66fd8b1
@@ -12,18 +12,6 @@ namespace Botan {

 namespace Botan {

-/*************************************************
-* Character Set Transcoder Interface             *
-*************************************************/
-class Charset_Transcoder
-   {
-   public:
-      virtual std::string transcode(const std::string&,
-                                    Character_Set, Character_Set) const = 0;
-
-      virtual ~Charset_Transcoder() {}
-   };
-
 namespace Charset {

 /*************************************************