summaryrefslogtreecommitdiff
path: root/ACE/ace/Throughput_Stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Throughput_Stats.h')
-rw-r--r--ACE/ace/Throughput_Stats.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ACE/ace/Throughput_Stats.h b/ACE/ace/Throughput_Stats.h
index ed59c6fb908..c5dfd2da924 100644
--- a/ACE/ace/Throughput_Stats.h
+++ b/ACE/ace/Throughput_Stats.h
@@ -65,18 +65,6 @@ public:
private:
/// The last throughput measurement.
ACE_UINT64 throughput_last_;
-
-#if 0
- /// These are the fields that we should keep to perform linear
- /// regression
- //@{
- ///@}
- ACE_UINT64 throughput_sum_x_;
- ACE_UINT64 throughput_sum_x2_;
- ACE_UINT64 throughput_sum_y_;
- ACE_UINT64 throughput_sum_y2_;
- ACE_UINT64 throughput_sum_xy_;
-#endif /* 0 */
};
ACE_END_VERSIONED_NAMESPACE_DECL