summarylogtreecommitdiffstats
path: root/exception.patch
blob: 3af0dbc839f0c8a59a078fb0272a43dee1844940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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];