Skip to content

Commit e73454d

Browse files
committed
[llvm] remove unused mustache member
1 parent 7eed82f commit e73454d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/Support/Mustache.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ class ASTNode {
185185
std::vector<ASTNode *> Children;
186186
const Accessor Accessor;
187187
const llvm::json::Value *ParentContext;
188-
const llvm::json::Value *LocalContext;
189188
};
190189

191190
// A Template represents the container for the AST and the partials

0 commit comments

Comments
 (0)