keyring: remove obsolete code
This commit is contained in:
parent
e66e82b9a8
commit
9316509223
|
@ -384,12 +384,6 @@ static sencode* file_get_sencode (const std::string&fn,
|
||||||
return sencode_decode (data);
|
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)
|
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);
|
std::ofstream out (fn.c_str(), std::ios::out | std::ios::binary);
|
||||||
|
|
Loading…
Reference in a new issue