[clang][bytecode][NFC] Remove unused Program::relocs (#154308)

This commit is contained in:
Timm Baeder 2025-08-19 13:29:56 +02:00 committed by GitHub
parent 2e9494ff96
commit 2f011ea37a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -176,9 +176,6 @@ private:
/// List of anonymous functions.
std::vector<std::unique_ptr<Function>> AnonFuncs;
/// Function relocation locations.
llvm::DenseMap<const FunctionDecl *, std::vector<unsigned>> Relocs;
/// Native pointers referenced by bytecode.
std::vector<const void *> NativePointers;
/// Cached native pointer indices.