[gobject-introspection] scanner: Remove some dead debugging code
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] scanner: Remove some dead debugging code
- Date: Tue, 30 Aug 2011 02:25:18 +0000 (UTC)
commit 198bbaf8589dc2106a92050e74ad643a9411d047
Author: Colin Walters <walters verbum org>
Date: Mon Aug 29 21:58:31 2011 -0400
scanner: Remove some dead debugging code
giscanner/maintransformer.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/giscanner/maintransformer.py b/giscanner/maintransformer.py
index 397bb60..3eba1e7 100644
--- a/giscanner/maintransformer.py
+++ b/giscanner/maintransformer.py
@@ -1103,9 +1103,6 @@ method or constructor of some type."""
return False
def _is_constructor(self, func, subsymbol):
- if False and func.symbol == 'regress_constructor':
- import pdb
- pdb.set_trace()
# func.is_constructor will be True if we have a (constructor) annotation
if not func.is_constructor:
if not self._guess_constructor_by_name(func.symbol):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]