Skip to content

Commit 6a23ff2

Browse files
committed
Incorrect inline
1 parent 87e9d92 commit 6a23ff2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/rt/objects/region.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ namespace rt::objects
166166
remove_region_reference(src_region, target_region);
167167
}
168168

169-
inline void destruct(DynObject* obj)
169+
void destruct(DynObject* obj)
170170
{
171171
// Called from the region destructor.
172172
// Remove all references to other objects.
@@ -201,7 +201,7 @@ namespace rt::objects
201201
}
202202
}
203203

204-
inline void dealloc(DynObject* obj)
204+
void dealloc(DynObject* obj)
205205
{
206206
// Called from the region destructor.
207207
// So remove from region if in one.

0 commit comments

Comments
 (0)