summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-26 17:19:31 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-26 17:34:58 +0300
commit248b23a44cb86ac825c0af2506fa93a4f617230e (patch)
tree414217dd18390a3af790327b5b40f01bb2780f1d /src/map/clif.c
parent4f1b7c5f4a35b098560f047ae0579861f4ca96e4 (diff)
downloadevol-hercules-248b23a44cb86ac825c0af2506fa93a4f617230e.tar.gz
evol-hercules-248b23a44cb86ac825c0af2506fa93a4f617230e.tar.bz2
evol-hercules-248b23a44cb86ac825c0af2506fa93a4f617230e.tar.xz
evol-hercules-248b23a44cb86ac825c0af2506fa93a4f617230e.zip
fix compilation warnings.
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 65f5468..68edd81 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -110,7 +110,6 @@ void eclif_charnameack(int *fdPtr, struct block_list *bl)
static void eclif_send_additional_slots(struct map_session_data* sd, struct map_session_data* sd2)
{
- int f;
const int id = sd->bl.id;
const int fd = sd2->fd;