]> granicus.if.org Git - clang/commit
Remove superfluous initializer.
authorYaron Keren <yaron.keren@gmail.com>
Wed, 22 Feb 2017 14:32:39 +0000 (14:32 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Wed, 22 Feb 2017 14:32:39 +0000 (14:32 +0000)
commit45af3322f281cf6ade78b31717d4679f492c3071
treebe34d67ec9a46c1a3cbaedaa80c19e6149d0892f
parente6c523d1a180656220a889a384f1ba4188722aad
Remove superfluous initializer.
The following fully-covered switch either sets value to External or exits the function.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@295839 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp