[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdev-python] duchain: removed debug statement which required a
From:       Sven Brauch <svenbrauch () googlemail ! com>
Date:       2011-10-01 11:56:48
Message-ID: 20111001115648.DFEE1A60A9 () git ! kde ! org
[Download RAW message or body]

Git commit 3cf27a8bae097abb98fa481b94a8296610e4045a by Sven Brauch.
Committed on 01/10/2011 at 13:56.
Pushed by brauch into branch 'master'.

removed debug statement which required a read lock (which was not held)

M  +1    -1    duchain/expressionvisitor.cpp

http://commits.kde.org/kdev-python/3cf27a8bae097abb98fa481b94a8296610e4045a

diff --git a/duchain/expressionvisitor.cpp b/duchain/expressionvisitor.cpp
index 0590753..568114f 100644
--- a/duchain/expressionvisitor.cpp
+++ b/duchain/expressionvisitor.cpp
@@ -368,7 +368,7 @@ void ExpressionVisitor::visitCall(CallAst* node)
         kDebug() << "checking if type was provided";
         if ( m_lastAccessedReturnType.size() > previousSize ) {
             kDebug() << "type was provided";
-            kDebug() << "applying type" << ( m_lastAccessedReturnType.top() ? \
m_lastAccessedReturnType.top()->toString() : "(none)" ); +//             kDebug() << \
"applying type" << ( m_lastAccessedReturnType.top() ? \
m_lastAccessedReturnType.top()->toString() : "(none)" );  \
encounter(m_lastAccessedReturnType.pop());  m_firstAccessedFunctionDeclaration = \
m_callStack.pop();  return;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic