Skip to content

Commit ec1c0f0

Browse files
committed
mute a warning
1 parent bcaaf9a commit ec1c0f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/legion/legion_ops.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14440,7 +14440,7 @@ namespace Legion {
1444014440
#ifdef DEBUG_LEGION
1444114441
assert(!manager->is_reduction_manager());
1444214442
#endif
14443-
InstanceManager *inst_manager = manager->as_instance_manager();
14443+
//InstanceManager *inst_manager = manager->as_instance_manager();
1444414444
/*if (!inst_manager->is_attached_file())
1444514445
REPORT_LEGION_ERROR(ERROR_ILLEGAL_DETACH_OPERATION,
1444614446
"Illegal detach operation on a physical region which "

0 commit comments

Comments
 (0)