[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master 4c5bdff: MakeProfiles: removed unused variable
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master 4c5bdff: MakeProfiles: removed unused variable |
Date: |
Sun, 9 Jun 2019 16:35:42 -0400 (EDT) |
branch: master
commit 4c5bdffe75c7a0dfdd98a1dafdd8ddbb2f9e5763
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>
MakeProfiles: removed unused variable
Due to the changes in the previous commit, the `keysll' variable of
`ui_make_log' is no longer necessary. To avoid compiler warnings, it has
been removed with this commit.
---
bin/mkprof/ui.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/bin/mkprof/ui.c b/bin/mkprof/ui.c
index af97e89..4501b8b 100644
--- a/bin/mkprof/ui.c
+++ b/bin/mkprof/ui.c
@@ -1311,7 +1311,6 @@ ui_make_log(struct mkprofparams *p)
static void
ui_read_ndim(struct mkprofparams *p)
{
- gal_data_t *keysll;
size_t i, *dsize, ndim_counter;
if(p->kernel)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnuastro-commits] master 4c5bdff: MakeProfiles: removed unused variable,
Mohammad Akhlaghi <=