1
0
mirror of https://github.com/biergaizi/codecrypt synced 2024-06-27 09:18:16 +00:00

keyring: remove obsolete code

This commit is contained in:
Mirek Kratochvil 2014-02-02 17:18:12 +01:00
parent e66e82b9a8
commit 9316509223

@ -384,12 +384,6 @@ static sencode* file_get_sencode (const std::string&fn,
return sencode_decode (data);
}
static sencode* file_get_sencode (const std::string&fn)
{
std::string data;
return file_get_sencode (fn, data);
}
static bool file_put_string (const std::string&fn, const std::string&data)
{
std::ofstream out (fn.c_str(), std::ios::out | std::ios::binary);