summaryrefslogtreecommitdiff
path: root/ACE/ace/Throughput_Stats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Throughput_Stats.cpp')
-rw-r--r--ACE/ace/Throughput_Stats.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/ACE/ace/Throughput_Stats.cpp b/ACE/ace/Throughput_Stats.cpp
index 5db90f1d593..4a472d27c3d 100644
--- a/ACE/ace/Throughput_Stats.cpp
+++ b/ACE/ace/Throughput_Stats.cpp
@@ -5,16 +5,8 @@
#include "ace/High_Res_Timer.h"
#include "ace/Log_Category.h"
-
-
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-ACE_Throughput_Stats::ACE_Throughput_Stats ()
- : ACE_Basic_Stats ()
- , throughput_last_ (0)
-{
-}
-
void
ACE_Throughput_Stats::sample (ACE_UINT64 throughput,
ACE_UINT64 latency)