Remove dead code TimingService.

This commit is contained in:
Arthur Britto
2012-05-09 17:05:28 -07:00
parent e5a074030d
commit 2da5c4cc31
7 changed files with 3 additions and 95 deletions

View File

@@ -38,7 +38,6 @@ public:
// network information
uint64 getNetworkTimeNC();
time_t getNetworkTimeTT();
boost::posix_time::ptime getNetworkTimePT();
uint32 getCurrentLedgerID();
OperatingMode getOperatingMode() { return mMode; }
@@ -74,3 +73,4 @@ public:
};
#endif
// vim:ts=4