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 <[email protected]>
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 <[email protected]>
+
+ * engine/lib_delegate.c (CreateDelegateSignature): Remove the unused
+ objectClass variable.
+
2011-04-09 Klaus Treichel <[email protected]>
* 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)
_______________________________________________
dotgnu-pnet-commits mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/dotgnu-pnet-commits