aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2011-10-07 16:09:44 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2011-10-07 16:09:44 +0000
commit6bfe4c78c8ff63806fa0899bf46499579c71b8c6 (patch)
treecf649a9a5ecce1b5dff9c9570169891f18a06362 /sys/i386
parent3a28b8a49f9476b62b2655fbcbc75153bceb2a31 (diff)
downloadsrc-6bfe4c78c8ff63806fa0899bf46499579c71b8c6.tar.gz
src-6bfe4c78c8ff63806fa0899bf46499579c71b8c6.zip
Remove unused define.
MFC after: 1 month
Notes
Notes: svn path=/head/; revision=226112
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/include/proc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/include/proc.h b/sys/i386/include/proc.h
index 0d922520eab9..86e86020b99a 100644
--- a/sys/i386/include/proc.h
+++ b/sys/i386/include/proc.h
@@ -83,8 +83,6 @@ struct syscall_args {
register_t args[8];
int narg;
};
-#define HAVE_SYSCALL_ARGS_DEF 1
-
#endif /* _KERNEL */
#endif /* !_MACHINE_PROC_H_ */