spring cleanup errors that are not used anymore

This commit is contained in:
Vincent Hanquez 2012-12-31 14:42:41 +00:00
parent 02a50fc142
commit 17c5de82b3

View file

@ -117,15 +117,10 @@ data TLSError =
| Error_Protocol (String, Bool, AlertDescription)
| Error_Certificate String
| Error_HandshakePolicy String -- ^ handshake policy failed.
| Error_Random String
| Error_EOF
| Error_Packet String
| Error_Packet_Size_Mismatch (Int, Int)
| Error_Packet_unexpected String String
| Error_Packet_Parsing String
| Error_Internal_Packet_ByteProcessed Int Int Int
| Error_Unknown_Version Word8 Word8
| Error_Unknown_Type String
deriving (Eq, Show, Typeable)
instance Error TLSError where