X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Fdmclock%2Fsrc%2Fdmclock_util.h;fp=src%2Fceph%2Fsrc%2Fdmclock%2Fsrc%2Fdmclock_util.h;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=c46d09f39319a53e96f936abd25bb11e241c8110;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/dmclock/src/dmclock_util.h b/src/ceph/src/dmclock/src/dmclock_util.h deleted file mode 100644 index c46d09f..0000000 --- a/src/ceph/src/dmclock/src/dmclock_util.h +++ /dev/null @@ -1,53 +0,0 @@ -// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- -// vim: ts=8 sw=2 smarttab - -/* - * Copyright (C) 2017 Red Hat Inc. - */ - - -#pragma once - - -#include -#include -#include - -#include -#include -#include - - -namespace crimson { - namespace dmclock { - // we're using double to represent time, but we could change it by - // changing the following declarations (and by making sure a min - // function existed) - using Time = double; - static const Time TimeZero = 0.0; - static const Time TimeMax = std::numeric_limits