mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 01:36:15 +02:00
libstore/download: remove unused function "getTime()"
This commit is contained in:
parent
1df32c7d7c
commit
ca9c6cb95d
1 changed files with 0 additions and 7 deletions
|
@ -29,13 +29,6 @@ using namespace std::string_literals;
|
||||||
|
|
||||||
namespace nix {
|
namespace nix {
|
||||||
|
|
||||||
double getTime()
|
|
||||||
{
|
|
||||||
struct timeval tv;
|
|
||||||
gettimeofday(&tv, 0);
|
|
||||||
return tv.tv_sec + (tv.tv_usec / 1000000.0);
|
|
||||||
}
|
|
||||||
|
|
||||||
std::string resolveUri(const std::string & uri)
|
std::string resolveUri(const std::string & uri)
|
||||||
{
|
{
|
||||||
if (uri.compare(0, 8, "channel:") == 0)
|
if (uri.compare(0, 8, "channel:") == 0)
|
||||||
|
|
Loading…
Reference in a new issue