Remove deprecated SSH support

This commit is contained in:
Luis Díaz Más
2021-04-16 18:18:18 +02:00
parent 384a5edfcf
commit 94b87a8dec
19 changed files with 3 additions and 631 deletions
-2
View File
@@ -229,7 +229,6 @@ namespace Exiv2 {
, { "https://" ,pHttps , true }
, { "ftp://" ,pFtp , true }
, { "sftp://" ,pSftp , true }
, { "ssh://" ,pSsh , true }
, { "file://" ,pFileUri , true }
, { "data://" ,pDataUri , true }
, { "-" ,pStdin , false }
@@ -254,7 +253,6 @@ namespace Exiv2 {
, { L"https://" ,pHttps , true }
, { L"ftp://" ,pFtp , true }
, { L"sftp://" ,pSftp , true }
, { L"ssh://" ,pSsh , true }
, { L"file://" ,pFileUri , true }
, { L"data://" ,pDataUri , true }
, { L"-" ,pStdin , false }