summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-14 00:52:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:23:03 -0500
commitcadcbbb6a38509ad013d7b4c85488ba9d9b6e455 (patch)
tree031a4889e860cd458cb1af7e94b708ae495bb805 /source4/heimdal_build
parent2483f979d178ca39c52f5ded3cad33c3f042a566 (diff)
downloadsamba-cadcbbb6a38509ad013d7b4c85488ba9d9b6e455.tar.gz
samba-cadcbbb6a38509ad013d7b4c85488ba9d9b6e455.tar.bz2
samba-cadcbbb6a38509ad013d7b4c85488ba9d9b6e455.zip
r8439: removed an accidential commit
(This used to be commit 985b5b0171e647d794135413799ea36851396549)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r--source4/heimdal_build/glue.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/heimdal_build/glue.c b/source4/heimdal_build/glue.c
index 1c74b39d11..07c58b7789 100644
--- a/source4/heimdal_build/glue.c
+++ b/source4/heimdal_build/glue.c
@@ -50,10 +50,3 @@ krb5_error_code KRB5_LIB_FUNCTION krb5_get_all_client_addrs(krb5_context context
}
-void errx(int eval, const char *fmt, ...)
-{
- va_list ap;
- va_start(ap, fmt);
- verrx(eval, fmt, ap);
- va_end(ap);
-}