Skip to content
Snippets Groups Projects
Commit fd5eeeab authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

Improve style.

parent b4207e2a
No related branches found
No related tags found
No related merge requests found
......@@ -347,8 +347,7 @@ namespace cling {
// If the decl was removed make sure that we fix the lookup
if (Successful) {
Scope* S = m_Sema->getScopeForContext(DC);
if (S)
if (Scope* S = m_Sema->getScopeForContext(DC))
S->RemoveDecl(ND);
if (isOnScopeChains(ND))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment