artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c77a909
)
remove dead code ... in code that's not plugged in yet ;-)
author
gilles
<gilles@openbsd.org>
Sat, 19 Apr 2014 17:35:48 +0000
(17:35 +0000)
committer
gilles
<gilles@openbsd.org>
Sat, 19 Apr 2014 17:35:48 +0000
(17:35 +0000)
usr.sbin/smtpd/filter_api.c
patch
|
blob
|
history
diff --git
a/usr.sbin/smtpd/filter_api.c
b/usr.sbin/smtpd/filter_api.c
index
95a72e3
..
ba19a18
100644
(file)
--- a/
usr.sbin/smtpd/filter_api.c
+++ b/
usr.sbin/smtpd/filter_api.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: filter_api.c,v 1.1
3 2014/04/09 18:55:19 eric Exp $
*/
+/* $OpenBSD: filter_api.c,v 1.1
4 2014/04/19 17:35:48 gilles Exp $
*/
/*
* Copyright (c) 2013 Eric Faurot <eric@openbsd.org>
@@
-853,13
+853,3
@@
proc_name(enum smtp_proc_type proc)
return filter_name;
return "filter";
}
-
-const char *
-imsg_to_str(int imsg)
-{
- static char buf[32];
-
- snprintf(buf, sizeof(buf), "%d", imsg);
-
- return (buf);
-}