From 58f3f2d387c7b3a020eaf4f0b30bf70522adcfad Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 15 Feb 2015 10:57:54 +0000 Subject: code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@12120 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_address.h | 1 - 1 file changed, 1 deletion(-) (limited to 'protocols/Tox/src/tox_address.h') diff --git a/protocols/Tox/src/tox_address.h b/protocols/Tox/src/tox_address.h index 2bd0d82bbe..a4b152427d 100644 --- a/protocols/Tox/src/tox_address.h +++ b/protocols/Tox/src/tox_address.h @@ -56,7 +56,6 @@ public: char *endptr; const char *pos = hex; int size = mir_strlen(hex) / 2; - uint8_t *result = (uint8_t*)mir_alloc(size); for (int i = 0; i < size; i++) { char buf[5] = { '0', 'x', pos[0], pos[1], 0 }; -- cgit v1.2.3