summaryrefslogtreecommitdiffstats
path: root/sss_client
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-08-26 15:12:54 +0200
committerSimo Sorce <ssorce@redhat.com>2009-08-27 09:35:53 -0400
commit05c33d69772224c0ada8187ea9611c4fe7998de2 (patch)
tree37b1325dde6a9a22560c0526ae09f5f39311ca35 /sss_client
parent9e5f5e6c0ea15f53ea8e13f3551122117edd5fdd (diff)
downloadsssd-05c33d69772224c0ada8187ea9611c4fe7998de2.tar.gz
sssd-05c33d69772224c0ada8187ea9611c4fe7998de2.tar.xz
sssd-05c33d69772224c0ada8187ea9611c4fe7998de2.zip
removed unused header file
Diffstat (limited to 'sss_client')
-rw-r--r--sss_client/sss_errno.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/sss_client/sss_errno.h b/sss_client/sss_errno.h
deleted file mode 100644
index 365263f2f..000000000
--- a/sss_client/sss_errno.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * System Security Services Daemon. NSS Interface
- *
- * Copyright (C) Simo Sorce 2007
- *
- * You can used this header file in any way you see fit provided copyright
- * notices are preserved.
- *
- */
-
-#ifndef _SSSERR_H
-#define _SSSERR_H
-
-#define SSSE_OK 0
-#define SSSE_INTERR -10 /* internal error */
-#define SSSE_BADDB -11 /* bad database */
-
-#endif