We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e9d92 commit 6a23ff2Copy full SHA for 6a23ff2
1 file changed
src/rt/objects/region.cc
@@ -166,7 +166,7 @@ namespace rt::objects
166
remove_region_reference(src_region, target_region);
167
}
168
169
- inline void destruct(DynObject* obj)
+ void destruct(DynObject* obj)
170
{
171
// Called from the region destructor.
172
// Remove all references to other objects.
@@ -201,7 +201,7 @@ namespace rt::objects
201
202
203
204
- inline void dealloc(DynObject* obj)
+ void dealloc(DynObject* obj)
205
206
207
// So remove from region if in one.
0 commit comments