We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcaaf9a commit ec1c0f0Copy full SHA for ec1c0f0
1 file changed
runtime/legion/legion_ops.cc
@@ -14440,7 +14440,7 @@ namespace Legion {
14440
#ifdef DEBUG_LEGION
14441
assert(!manager->is_reduction_manager());
14442
#endif
14443
- InstanceManager *inst_manager = manager->as_instance_manager();
+ //InstanceManager *inst_manager = manager->as_instance_manager();
14444
/*if (!inst_manager->is_attached_file())
14445
REPORT_LEGION_ERROR(ERROR_ILLEGAL_DETACH_OPERATION,
14446
"Illegal detach operation on a physical region which "
0 commit comments