dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] [SCM] DotGNU Portable.NET engine, compilers and to


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] [SCM] DotGNU Portable.NET engine, compilers and tools (pnet) branch, master, updated. b05e34754b1c48d73979645e0fcbdf9a83240482
Date: Sun, 10 Apr 2011 12:33:57 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DotGNU Portable.NET engine, compilers and tools (pnet)".

The branch, master has been updated
       via  b05e34754b1c48d73979645e0fcbdf9a83240482 (commit)
      from  38f20fb9b1211606a5a15b16c64f28accc344951 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/pnet.git/commit/?id=b05e34754b1c48d73979645e0fcbdf9a83240482

commit b05e34754b1c48d73979645e0fcbdf9a83240482
Author: Klaus Treichel <address@hidden>
Date:   Sun Apr 10 14:33:41 2011 +0200

    * engine/lib_delegate.c (CreateDelegateSignature): Remove the unused
    objectClass variable.

diff --git a/ChangeLog b/ChangeLog
index 8b1eb68..e918876 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-10  Klaus Treichel  <address@hidden>
+
+       * engine/lib_delegate.c (CreateDelegateSignature): Remove the unused
+       objectClass variable.
+
 2011-04-09  Klaus Treichel  <address@hidden>
 
        * engine/Makefile.am: Add coder.c and coder.h to the sources.
diff --git a/engine/lib_delegate.c b/engine/lib_delegate.c
index 10a444a..8363265 100644
--- a/engine/lib_delegate.c
+++ b/engine/lib_delegate.c
@@ -343,7 +343,6 @@ static ILType *CreateDelegateSignature(ILType 
*invokeSignature, ILImage *image)
 {
        ILType *signature;
        ILType *returnType;
-       ILClass *objectClass;
        ILUInt32 numParams;
        ILUInt32 param;
        ILContext *context;

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog             |    5 +++++
 engine/lib_delegate.c |    1 -
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
DotGNU Portable.NET engine, compilers and tools (pnet)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]