summaryrefslogtreecommitdiff
path: root/Xext/xace.h
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-10-10 19:43:12 -0400
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-10-10 19:43:12 -0400
commit473bc6ec4c59e1a962b0b897c449a69aa5064ab0 (patch)
tree89a13cebca8bf7c5004ffacd679a7d683364a3c2 /Xext/xace.h
parent7e9e01a4a34fa45521067d43c5bbff942dd5d51a (diff)
xace: remove the special-cased "ignore" functionality from the property code.
There will be no more faking of Success to hide things. XACE does not provide polyinstantiation.
Diffstat (limited to 'Xext/xace.h')
-rw-r--r--Xext/xace.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Xext/xace.h b/Xext/xace.h
index e9fe9f31b..fc96458a9 100644
--- a/Xext/xace.h
+++ b/Xext/xace.h
@@ -20,11 +20,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#ifndef _XACE_H
#define _XACE_H
-/* Special value used for ignore operation. This is a deprecated feature
- * only for Security extension support. Do not use in new code.
- */
-#define XaceIgnoreError BadRequest
-
#ifdef XACE
#define XACE_EXTENSION_NAME "XAccessControlExtension"