Module Name: src
Committed By: reinoud
Date: Thu Sep 8 19:37:02 UTC 2011
Modified Files:
src/sys/arch/usermode/include: pcb.h
Log Message:
Remove not used variable from the pcb.h
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/usermode/include/pcb.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/usermode/include/pcb.h
diff -u src/sys/arch/usermode/include/pcb.h:1.11 src/sys/arch/usermode/include/pcb.h:1.12
--- src/sys/arch/usermode/include/pcb.h:1.11 Thu Sep 8 12:01:22 2011
+++ src/sys/arch/usermode/include/pcb.h Thu Sep 8 19:37:01 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: pcb.h,v 1.11 2011/09/08 12:01:22 reinoud Exp $ */
+/* $NetBSD: pcb.h,v 1.12 2011/09/08 19:37:01 reinoud Exp $ */
/*-
* Copyright (c) 2007 Jared D. McNeill <[email protected]>
@@ -48,7 +48,6 @@
void * pcb_onfault; /* on fault handler */
int pcb_errno; /* save/restore place */
- int pcb_oldspl;
};
#endif /* !_ARCH_USERMODE_INCLUDE_PCB_H */