[Pkg-privacy-commits] [irssi-plugin-otr] 03/18: Remove unused variable.
Antoine Beaupré
anarcat at moszumanska.debian.org
Tue Mar 29 14:20:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
anarcat pushed a commit to branch debian
in repository irssi-plugin-otr.
commit d164288d2db454b962f98ba5dd84969c19dc1c74
Author: Lasse Karkkainen <tronic+ndrm at trn.iki.fi>
Date: Thu May 29 10:12:14 2014 +0300
Remove unused variable.
---
src/utils.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/utils.c b/src/utils.c
index d6b3af8..c676853 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -79,7 +79,6 @@ char *utils_trim_string(char *s)
*/
char *utils_escape_message(char *s) {
char const* helpmsg = OTR_MSG_HELP;
- char* p;
size_t i;
if (strncmp(s, "?OTR", 4) == 0 && strstr(s, "</b> has requested an <a href")) {
i = strcspn(s, "\n");
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git
More information about the Pkg-privacy-commits
mailing list