[pygobject/llvm: 14/17] Remove leftover comments
- From: Johan Dahlin <johan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject/llvm: 14/17] Remove leftover comments
- Date: Wed, 21 Jul 2010 22:36:02 +0000 (UTC)
commit f196cad31a200933aaa5eb6a9820f4b1a0b86cf5
Author: Johan Dahlin <johan gnome org>
Date: Thu Jul 8 18:12:51 2010 -0300
Remove leftover comments
gi/llvm-compiler.cpp | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gi/llvm-compiler.cpp b/gi/llvm-compiler.cpp
index 52b09a2..d93196a 100644
--- a/gi/llvm-compiler.cpp
+++ b/gi/llvm-compiler.cpp
@@ -48,6 +48,8 @@
#define DEBUG 0
#define TIMEIT 1
+using namespace pygi;
+
/*
* PyGI LLVM runtime functions
*/
@@ -113,10 +115,8 @@ PyObject *_PyLong_FromUnsignedLongLong(PY_LONG_LONG v) {
*
*/
-using namespace pygi;
static llvm::IRBuilder<> Builder(llvm::getGlobalContext());
-// PyTupleObject = { ssize_t ob_refcnt, struct* ob_type, ssize_t ob_size, PyObject* }
static llvm::Type* pyObjectPtr = NULL;
static llvm::Type* gObjectPtr = NULL;
static llvm::Type* voidPtr = NULL;
@@ -594,7 +594,6 @@ LLVMCompiler::createPyNone()
true,
llvm::GlobalValue::ExternalLinkage,
0, "_Py_NoneStruct");
- // FIXME: Increase reference count
return retval;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]