summaryrefslogtreecommitdiffstats
path: root/source/heimdal_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-14 00:52:12 +0000
committerAndrew Tridgell <tridge@samba.org>2005-07-14 00:52:12 +0000
commit4fa90450c25b3c8ee4a86bca09672ace9107029f (patch)
tree27a172f2ad8f1e74885234de204d7129ec9f92fd /source/heimdal_build
parent8da82c538c4c77bd946f16196b6d4a62d4407d64 (diff)
downloadsamba-4fa90450c25b3c8ee4a86bca09672ace9107029f.tar.gz
samba-4fa90450c25b3c8ee4a86bca09672ace9107029f.tar.xz
samba-4fa90450c25b3c8ee4a86bca09672ace9107029f.zip
r8439: removed an accidential commit
Diffstat (limited to 'source/heimdal_build')
-rw-r--r--source/heimdal_build/glue.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/heimdal_build/glue.c b/source/heimdal_build/glue.c
index 1c74b39d116..07c58b77899 100644
--- a/source/heimdal_build/glue.c
+++ b/source/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);
-}