aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/ByteCode/Program.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/AST/ByteCode/Program.h')
-rw-r--r--clang/lib/AST/ByteCode/Program.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/AST/ByteCode/Program.h b/clang/lib/AST/ByteCode/Program.h
index 28fcc97..cc9127d 100644
--- a/clang/lib/AST/ByteCode/Program.h
+++ b/clang/lib/AST/ByteCode/Program.h
@@ -205,7 +205,6 @@ private:
const Block *block() const { return &B; }
private:
- /// Required metadata - does not actually track pointers.
Block B;
};