diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-10-10 19:43:12 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-10-10 19:43:12 -0400 |
commit | 473bc6ec4c59e1a962b0b897c449a69aa5064ab0 (patch) | |
tree | 89a13cebca8bf7c5004ffacd679a7d683364a3c2 /Xext/xace.h | |
parent | 7e9e01a4a34fa45521067d43c5bbff942dd5d51a (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.h | 5 |
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" |