Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
borisz committed Feb 19, 2013
1 parent b351baf commit 24216bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/geoiplookup6.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,9 @@ geoiplookup(GeoIP * gi, char *hostname, int i)
{
const char *country_code;
const char *country_name;
const char *domain_name;
const char *asnum_name;
int netspeed;
int country_id;
GeoIPRegion *region;
GeoIPRecord *gir;
const char *org;

geoipv6_t ipnum;
ipnum = _GeoIP_lookupaddress_v6(hostname);
Expand Down

0 comments on commit 24216bd

Please sign in to comment.