aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-11-08 17:12:00 +0100
committerThomas White <taw@physics.org>2018-11-09 10:47:53 +0100
commit0ec816963525addca72068b98d3436de2d658ef7 (patch)
treedbd2a6b4d4bdafa27cf224c444def3c061805d4c /src
parent7f25bf48505dc81aae1a4df8079ad95a922504ad (diff)
Remove ununused variable
Diffstat (limited to 'src')
-rw-r--r--src/indexamajig.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 970e7944..c0334d29 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -1181,8 +1181,6 @@ int main(int argc, char *argv[])
if ( indm_str == NULL ) {
- char *rn;
-
STATUS("No indexing methods specified. I will try to ");
STATUS("automatically detect the available methods.\n");
STATUS("To disable auto-detection of indexing methods, specify ");