diff packages/kernel/current/include/thread.hxx @ 160:0d0f03f76f6a

Merge from eCos master repository on 2001-06-01-18:52:13-BST
author jlarmour
date Fri, 01 Jun 2001 22:16:29 +0000
parents d397fc472bcf
children f62680ef1804
line wrap: on
line diff
--- a/packages/kernel/current/include/thread.hxx
+++ b/packages/kernel/current/include/thread.hxx
@@ -26,7 +26,7 @@
 //                                                                          
 // The Initial Developer of the Original Code is Red Hat.                   
 // Portions created by Red Hat are                                          
-// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.                      
 // All Rights Reserved.                                                     
 // -------------------------------------------                              
 //                                                                          
@@ -107,9 +107,6 @@ protected:
     // Save current thread's context and load that of the given next thread.
     void    switch_context(Cyg_HardwareThread *next);
 
-    // load this thread's context without saving current context
-    void    load_context();
-
     // attach a stack to this thread
     void    attach_stack(CYG_ADDRESS stack, cyg_uint32 stack_size);