[PATCH] removed unused variables

2010-04-24 Thread Dirk Hohndel
On Fri, 23 Apr 2010 17:55:09 -0700, Carl Worth  wrote:
> On Thu, 22 Apr 2010 20:26:46 -0700, Dirk Hohndel  
> wrote:
> > 
> > trivial compiler warning fix
> 
> Thanks. I finally caught up to this.
> 
> I had seen this patch from you earlier, when I didn't have a convenient
> working-directory for just applying it---so I've been religiously
> ignoring those warnings ever since rather than just fixing them. ;-)

This is something that I got caught in last night. I have brought in
more patches from others, worked on my own patches, and suddenly I
got stuck in git-branch-hell and couldn't figure out how to move changes
from one branch to another. That's why my reply-guessing-segfault fix is
not relative to my last patch...

I'm trying to clean up my mess this morning :-)

/D


Re: [PATCH] removed unused variables

2010-04-24 Thread Dirk Hohndel
On Fri, 23 Apr 2010 17:55:09 -0700, Carl Worth cwo...@cworth.org wrote:
 On Thu, 22 Apr 2010 20:26:46 -0700, Dirk Hohndel hohn...@infradead.org 
 wrote:
  
  trivial compiler warning fix
 
 Thanks. I finally caught up to this.
 
 I had seen this patch from you earlier, when I didn't have a convenient
 working-directory for just applying it---so I've been religiously
 ignoring those warnings ever since rather than just fixing them. ;-)

This is something that I got caught in last night. I have brought in
more patches from others, worked on my own patches, and suddenly I
got stuck in git-branch-hell and couldn't figure out how to move changes
from one branch to another. That's why my reply-guessing-segfault fix is
not relative to my last patch...

I'm trying to clean up my mess this morning :-)

/D
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[PATCH] removed unused variables

2010-04-23 Thread Carl Worth
On Thu, 22 Apr 2010 20:26:46 -0700, Dirk Hohndel  
wrote:
> 
> trivial compiler warning fix

Thanks. I finally caught up to this.

I had seen this patch from you earlier, when I didn't have a convenient
working-directory for just applying it---so I've been religiously
ignoring those warnings ever since rather than just fixing them. ;-)

-Carl
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: 



Re: [PATCH] removed unused variables

2010-04-23 Thread Carl Worth
On Thu, 22 Apr 2010 20:26:46 -0700, Dirk Hohndel hohn...@infradead.org wrote:
 
 trivial compiler warning fix

Thanks. I finally caught up to this.

I had seen this patch from you earlier, when I didn't have a convenient
working-directory for just applying it---so I've been religiously
ignoring those warnings ever since rather than just fixing them. ;-)

-Carl


pgpUkUnyqBWUP.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[PATCH] removed unused variables

2010-04-22 Thread Dirk Hohndel

trivial compiler warning fix

Signed-off-by: Dirk Hohndel 
---
 notmuch-search.c |2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/notmuch-search.c b/notmuch-search.c
index 25c9cfc..8a1cdca 100644
--- a/notmuch-search.c
+++ b/notmuch-search.c
@@ -104,8 +104,6 @@ format_thread_json (const void *ctx,
const char *authors,
const char *subject)
 {
-struct tm *tm;
-char timestamp[40];
 void *ctx_quote = talloc_new (ctx);

 printf ("\"thread\": %s,\n"
-- 
1.6.6.1


-- 
Dirk Hohndel
Intel Open Source Technology Center


[PATCH] removed unused variables

2010-04-22 Thread Dirk Hohndel

trivial compiler warning fix

Signed-off-by: Dirk Hohndel hohn...@infradead.org
---
 notmuch-search.c |2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/notmuch-search.c b/notmuch-search.c
index 25c9cfc..8a1cdca 100644
--- a/notmuch-search.c
+++ b/notmuch-search.c
@@ -104,8 +104,6 @@ format_thread_json (const void *ctx,
const char *authors,
const char *subject)
 {
-struct tm *tm;
-char timestamp[40];
 void *ctx_quote = talloc_new (ctx);
 
 printf (\thread\: %s,\n
-- 
1.6.6.1


-- 
Dirk Hohndel
Intel Open Source Technology Center
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch