diff options
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/qpid/sys/windows/Time.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/qpid/sys/windows/Time.cpp b/cpp/src/qpid/sys/windows/Time.cpp index 959a7c10fe..8d34c937ef 100644 --- a/cpp/src/qpid/sys/windows/Time.cpp +++ b/cpp/src/qpid/sys/windows/Time.cpp @@ -79,10 +79,6 @@ std::ostream& operator<<(std::ostream& o, const AbsTime& t) { } -void toPtime(ptime& pt, const AbsTime& t) { - pt = t.getPrivate(); -} - void sleep(int secs) { ::Sleep(secs * 1000); } |
