We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a642c commit a1b2f34Copy full SHA for a1b2f34
src/rt/rust_cc.cpp
@@ -80,9 +80,6 @@ class irc : public shape::data<irc,shape::ptr> {
80
return; // There can't be any outbound pointers from this.
81
82
std::pair<uint8_t *,uint8_t *> data_range(get_vec_data_range(dp));
83
- if (data_range.second - data_range.first > 100000)
84
- abort(); // FIXME: Temporary sanity check.
85
-
86
irc sub(*this, data_range.first);
87
shape::ptr data_end = sub.end_dp = data_range.second;
88
while (sub.dp < data_end) {
0 commit comments