diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-01-08 12:53:49 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-01-08 12:53:49 +0000 |
| commit | 580e443a5eb731b50a84a7bc9aa9c3007d3a50f2 (patch) | |
| tree | f9e3642c677eba3b1484d38473423e56f5bf84f2 /src/runtime/c/utils/pgf-parse.c | |
| parent | f74155ef6ad6c757e7e81065a311557f4b7e8a00 (diff) | |
fix warnings in pgf-parse.c
Diffstat (limited to 'src/runtime/c/utils/pgf-parse.c')
| -rw-r--r-- | src/runtime/c/utils/pgf-parse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/c/utils/pgf-parse.c b/src/runtime/c/utils/pgf-parse.c index 654f9d2e7..4e1444806 100644 --- a/src/runtime/c/utils/pgf-parse.c +++ b/src/runtime/c/utils/pgf-parse.c @@ -78,7 +78,6 @@ int main(int argc, char* argv[]) { // We will keep the latest results in the 'ppool' and // we will iterate over them by using 'result'. GuPool* ppool = NULL; - GuEnum* result = NULL; // The interactive PARSING loop. // XXX: This currently reads stdin directly, so it doesn't support @@ -106,7 +105,6 @@ int main(int argc, char* argv[]) { if (ppool != NULL) { gu_pool_free(ppool); ppool = NULL; - result = NULL; } // We create a temporary pool for translating a single |
