diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2022-09-12 08:32:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-12 08:32:34 +0200 |
commit | fe03724176dcfd20e0f9a6e493198469242be6b6 (patch) | |
tree | 2245c24a6c4ef9c7d4010d1b61827850592777a3 /ACE/performance-tests/SCTP/hist.cpp | |
parent | 41a1f3bc12f780cc087c936ab53d1074f363b630 (diff) | |
parent | 00b403be7df0442405bd5e3dcc07beaa6730ddd2 (diff) | |
download | ATCD-fe03724176dcfd20e0f9a6e493198469242be6b6.tar.gz |
Merge pull request #1922 from knutpett/knutpett/whitespace
Remove whitespace
Diffstat (limited to 'ACE/performance-tests/SCTP/hist.cpp')
-rw-r--r-- | ACE/performance-tests/SCTP/hist.cpp | 2 |
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 |