[clang][bytecode][NFC] Remove unused Program::relocs (#154308)
This commit is contained in:
parent
2e9494ff96
commit
2f011ea37a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user