Skip to content

Commit 2f011ea

Browse files
authored
[clang][bytecode][NFC] Remove unused Program::relocs (#154308)
1 parent 2e9494f commit 2f011ea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/lib/AST/ByteCode/Program.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@ class Program final {
176176
/// List of anonymous functions.
177177
std::vector<std::unique_ptr<Function>> AnonFuncs;
178178

179-
/// Function relocation locations.
180-
llvm::DenseMap<const FunctionDecl *, std::vector<unsigned>> Relocs;
181-
182179
/// Native pointers referenced by bytecode.
183180
std::vector<const void *> NativePointers;
184181
/// Cached native pointer indices.

0 commit comments

Comments
 (0)