aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-06-21 18:17:52 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:15:26 -0300
commit923ed37ea91de754e9c87d4d74f38283ebb1d257 (patch)
treed46cdfb22e92456430dc42156711da5b458fab39 /libshiboken
parentac4534d9cf1ca7b3ab27ff32ebc71ef565fb05ad (diff)
Removed random unreadable comment.
Diffstat (limited to 'libshiboken')
-rw-r--r--libshiboken/typeresolver.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/libshiboken/typeresolver.cpp b/libshiboken/typeresolver.cpp
index 343fe31a4..0a0e9e4d4 100644
--- a/libshiboken/typeresolver.cpp
+++ b/libshiboken/typeresolver.cpp
@@ -75,9 +75,6 @@ TypeResolver* TypeResolver::createTypeResolver(const char* typeName,
*
* Value types are also registered as object types, but the generator *always* first register the value
* type version in the TypeResolver and it *must* always do it! otherwise this code wont work.
- *
- * All this to not enter in this if several times, running all characters in the typeName string, etc...
- * in other words... the nano seconds!!! somebody need to save them!
*/
if (pyType && PyType_IsSubtype(pyType, reinterpret_cast<PyTypeObject*>(&SbkObject_Type))) {
SbkObjectType* sbkType = reinterpret_cast<SbkObjectType*>(pyType);