summaryrefslogtreecommitdiff
path: root/tools/ltgrey.c
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-07-31 13:16:58 -0700
committerJohn Denker <jsd@av8n.com>2012-07-31 14:34:36 -0700
commitc9652f33e6a4c1769cb9c54a54f2a6bd78e5f434 (patch)
tree36ec5fe68b20256eba435ff523c162d650c73844 /tools/ltgrey.c
parent158def7ed5c5100456d05150670cfebc3bc2ddd1 (diff)
Document some of the logic
Diffstat (limited to 'tools/ltgrey.c')
-rw-r--r--tools/ltgrey.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/ltgrey.c b/tools/ltgrey.c
index 26d0f64..bc41a99 100644
--- a/tools/ltgrey.c
+++ b/tools/ltgrey.c
@@ -12,8 +12,6 @@ string progname;
#define exeunt exit
int main(int _argc, char** _argv){
- std::string hostname;
- std::string ipname;
mypid = getpid();
int argc(_argc);