summaryrefslogtreecommitdiff
path: root/ACE/ace
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-07-14 09:25:40 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-07-14 09:25:40 +0200
commit8096d513b52a30164b1820eab996dd26dbe2a4b8 (patch)
tree13d452f990beda2cee4719ccce46e2991da466d9 /ACE/ace
parentea7ee2053a878b207203af4ce134cc7fddea8465 (diff)
downloadATCD-8096d513b52a30164b1820eab996dd26dbe2a4b8.tar.gz
Removed old code for Tru64/Irix, not supported anymore for a long time
Diffstat (limited to 'ACE/ace')
-rw-r--r--ACE/ace/ACE.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/ace/ACE.cpp b/ACE/ace/ACE.cpp
index 329696a58c8..12d6e34e0cd 100644
--- a/ACE/ace/ACE.cpp
+++ b/ACE/ace/ACE.cpp
@@ -2922,7 +2922,6 @@ ACE::gcd (u_long x, u_long y)
return x;
}
-
/// Calculates the minimum enclosing frame size for the given values.
u_long
ACE::minimum_frame_size (u_long period1, u_long period2)
@@ -2966,7 +2965,6 @@ ACE::minimum_frame_size (u_long period1, u_long period2)
}
}
-
u_long
ACE::is_prime (const u_long n,
const u_long min_factor,