Skip to content

Commit 82be1f8

Browse files
michalkr52igcbot
authored andcommitted
Refactor code related to the deprecated patch token binary format
1 parent a75f985 commit 82be1f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

IGC/DebugInfo/VISADebugInfo.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ class VISAObjectDebugInfo {
5757
public:
5858
VISAObjectDebugInfo(const CompiledObjectInfo &COIn);
5959

60-
const CompiledObjectInfo &getCompiledObject() const { return CO; }
61-
6260
const CallFrameInfo &getCFI() const { return CO.cfi; }
6361

6462
RelocOffsetTy getRelocOffset() const { return CO.relocOffset; }

0 commit comments

Comments
 (0)