Bug 1036782 - Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src. r=jorendorff

This commit is contained in:
Chris Peterson
2014-07-14 19:14:54 -07:00
parent 68c2f09388
commit 2ff2fed875
46 changed files with 267 additions and 263 deletions

View File

@@ -265,8 +265,6 @@ PRMJ_Now()
// well.
needsCalibration = true;
}
MOZ_ASSUME_UNREACHABLE("Shouldn't get here");
}
#endif