Skip to content

Commit

Permalink
Merge pull request #7595 from luke-li-2003/RemoveOMRKnotServer
Browse files Browse the repository at this point in the history
Remove updateKnownObjectTableAtServer in OMR::KnownObjectTable
  • Loading branch information
0xdaryl authored Jan 17, 2025
2 parents cb5c80c + 2c53ae3 commit 6bfb20f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions compiler/env/OMRKnownObjectTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,3 @@ OMR::KnownObjectTable::getPointer(Index index)
else
return *self()->getPointerLocation(index);
}

void
OMR::KnownObjectTable::updateKnownObjectTableAtServer(Index index, uintptr_t *objectReferenceLocation)
{
TR_UNIMPLEMENTED();
}
2 changes: 0 additions & 2 deletions compiler/env/OMRKnownObjectTable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ class OMR_EXTENSIBLE KnownObjectTable

uintptr_t getPointer(Index index);

void updateKnownObjectTableAtServer(Index index, uintptr_t *objectReferenceLocation);

protected:
void addArrayWithConstantElements(Index index);

Expand Down

0 comments on commit 6bfb20f

Please sign in to comment.