summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-06-27 18:05:52 +0200
committerBardur Arantsson <bardur@scientician.net>2014-06-27 18:05:52 +0200
commit899b8fb81a1d5fa66fa842e2ddc4f25e97231ae7 (patch)
tree13a1d7a602e987fc8e588c3012865ca518217119 /src/main.c
parentabf567b36fbaf67233c20345342536f754ae65ac (diff)
Remove unused variables and argv0
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index 394d08d1..0715bb8e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -217,10 +217,6 @@ int main(int argc, char *argv[])
- /* Save the "program name" XXX XXX XXX */
- argv0 = argv[0];
-
-
/* Get the file paths */
init_file_paths_with_env();