summarylogtreecommitdiffstats
path: root/exception.patch
diff options
context:
space:
mode:
Diffstat (limited to 'exception.patch')
-rw-r--r--exception.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/exception.patch b/exception.patch
deleted file mode 100644
index 3af0dbc839f0..000000000000
--- a/exception.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/stat/PairDistribution.cpp b/stat/PairDistribution.cpp
-index 790a1b88..75da990e 100644
---- a/stat/PairDistribution.cpp
-+++ b/stat/PairDistribution.cpp
-@@ -125,7 +125,7 @@ void PairDistribution_swapInputsAndOutputs (PairDistribution me) {
- }
- }
-
--static double PairDistributions_getTotalWeight_checkPositive (PairDistribution me) throw (MelderError) {
-+static double PairDistributions_getTotalWeight_checkPositive (PairDistribution me) {
- longdouble totalWeight = 0.0;
- for (integer ipair = 1; ipair <= my pairs.size; ipair ++) {
- PairProbability prob = my pairs.at [ipair];