diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-03-20 23:11:49 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-03-20 23:11:49 +0000 |
commit | 5908a9293b88a3da57ae59b522275d05e1ab11e0 (patch) | |
tree | 5e97a1fb9f67a39b9d6059b6219730dfdb9d6d8f /Driver/PrintParserCallbacks.cpp | |
parent | 25a88bbf042317976f0d9cbfa87dfe89426e8393 (diff) |
InitListDesignations hasn't been used (ever). Eliminate it, and
simplify the parsing and action interface for designated
initializers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67415 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver/PrintParserCallbacks.cpp')
-rw-r--r-- | Driver/PrintParserCallbacks.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Driver/PrintParserCallbacks.cpp b/Driver/PrintParserCallbacks.cpp index b123505bf8..6230591ffc 100644 --- a/Driver/PrintParserCallbacks.cpp +++ b/Driver/PrintParserCallbacks.cpp @@ -554,7 +554,6 @@ namespace { } virtual OwningExprResult ActOnInitList(SourceLocation LParenLoc, MultiExprArg InitList, - InitListDesignations &Designators, SourceLocation RParenLoc) { llvm::cout << __FUNCTION__ << "\n"; return ExprEmpty(); |