summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-05-24 13:47:53 +0000
committerIan Lynagh <igloo@earth.li>2009-05-24 13:47:53 +0000
commit99e1ea9a6a7612086fb5675a79aace055155dfdf (patch)
tree0acb20e7540eb7f4ca5c3bd13cfd6a0af3ef7082 /driver
parente0e0e1e04c990d3233a2b20ad6be0d4794e19b29 (diff)
downloadhaskell-99e1ea9a6a7612086fb5675a79aace055155dfdf.tar.gz
Remove unused variables
Diffstat (limited to 'driver')
-rw-r--r--driver/ghci/ghci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/driver/ghci/ghci.c b/driver/ghci/ghci.c
index cad0ae5c51..97616d5432 100644
--- a/driver/ghci/ghci.c
+++ b/driver/ghci/ghci.c
@@ -64,8 +64,6 @@ main(int argc, char** argv)
char* new_cmdline;
char *ptr, *src;
unsigned int cmdline_len = 0;
- char **pp;
- LPTSTR pp1;
STARTUPINFO si;
PROCESS_INFORMATION pi;