summaryrefslogtreecommitdiff
path: root/ACE/performance-tests/SCTP/hist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/performance-tests/SCTP/hist.cpp')
-rw-r--r--ACE/performance-tests/SCTP/hist.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/performance-tests/SCTP/hist.cpp b/ACE/performance-tests/SCTP/hist.cpp
index 7dff4e8b0b7..bcda96c0029 100644
--- a/ACE/performance-tests/SCTP/hist.cpp
+++ b/ACE/performance-tests/SCTP/hist.cpp
@@ -31,7 +31,6 @@
#include "hist.h"
namespace ACE_SCTP
{
-
hist_t *head_hist, *tail_hist;
hist_t *histogram(char *name, unsigned int num_bins, double first,
@@ -299,7 +298,6 @@ void add_histogram(HIST dest, HIST source) {
}
double histfloor (double x) {
-
#ifdef WIN32
return ACE_OS::floor(x);
#else