Updated Branches:
  refs/heads/master 99352ea36 -> b2f9eb489

Regenerate charmonizer.c


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/b2f9eb48
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/b2f9eb48
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/b2f9eb48

Branch: refs/heads/master
Commit: b2f9eb489bb6e8e91b4b11641c18e445d071b85f
Parents: 11a1a45
Author: Nick Wellnhofer <[email protected]>
Authored: Wed Dec 5 00:24:43 2012 +0100
Committer: Nick Wellnhofer <[email protected]>
Committed: Wed Dec 5 00:24:43 2012 +0100

----------------------------------------------------------------------
 clownfish/runtime/common/charmonizer.c |    4 ----
 common/charmonizer.c                   |    4 ----
 2 files changed, 0 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/b2f9eb48/clownfish/runtime/common/charmonizer.c
----------------------------------------------------------------------
diff --git a/clownfish/runtime/common/charmonizer.c 
b/clownfish/runtime/common/charmonizer.c
index c17e4cc..4de6205 100644
--- a/clownfish/runtime/common/charmonizer.c
+++ b/clownfish/runtime/common/charmonizer.c
@@ -3172,9 +3172,6 @@ chaz_FuncMacro_probe_inline(void) {
 
 void
 chaz_FuncMacro_run(void) {
-    int i;
-    char *output;
-    size_t output_len;
     int has_funcmac      = false;
     int has_iso_funcmac  = false;
     int has_gnuc_funcmac = false;
@@ -3912,7 +3909,6 @@ 
chaz_LargeFiles_probe_pread64(chaz_LargeFiles_unbuff_combo *combo);
 void
 chaz_LargeFiles_run(void) {
     int found_off64_t = false;
-    unsigned i;
     const char *stat_includes = "#include <stdio.h>\n#include <sys/stat.h>";
 
     chaz_ConfWriter_start_module("LargeFiles");

http://git-wip-us.apache.org/repos/asf/lucy/blob/b2f9eb48/common/charmonizer.c
----------------------------------------------------------------------
diff --git a/common/charmonizer.c b/common/charmonizer.c
index e2ee36f..f600dbd 100644
--- a/common/charmonizer.c
+++ b/common/charmonizer.c
@@ -3172,9 +3172,6 @@ chaz_FuncMacro_probe_inline(void) {
 
 void
 chaz_FuncMacro_run(void) {
-    int i;
-    char *output;
-    size_t output_len;
     int has_funcmac      = false;
     int has_iso_funcmac  = false;
     int has_gnuc_funcmac = false;
@@ -3912,7 +3909,6 @@ 
chaz_LargeFiles_probe_pread64(chaz_LargeFiles_unbuff_combo *combo);
 void
 chaz_LargeFiles_run(void) {
     int found_off64_t = false;
-    unsigned i;
     const char *stat_includes = "#include <stdio.h>\n#include <sys/stat.h>";
 
     chaz_ConfWriter_start_module("LargeFiles");

Reply via email to