Skip to content

Commit

Permalink
kernel: remove *_BRK_CURR_STAT
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jul 6, 2018
1 parent cebcf8a commit eda6e88
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/stats.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,6 @@ extern UInt EXEC_STAT(Stat stat);
extern UInt (* IntrExecStatFuncs[256]) ( Stat stat );


/****************************************************************************
**
*F SET_BRK_CURR_STAT(<stat>) . . . . . . . set currently executing statement
*F OLD_BRK_CURR_STAT . . . . . . . . . define variable to remember CurrStat
*F REM_BRK_CURR_STAT() . . . . . . . remember currently executing statement
*F RES_BRK_CURR_STAT() . . . . . . . . restore currently executing statement
*/
#define SET_BRK_CURR_STAT(stat) do {} while (0) /* do nothing */
#define OLD_BRK_CURR_STAT do {} while (0) /* do nothing */ ;
#define REM_BRK_CURR_STAT() do {} while (0) /* do nothing */
#define RES_BRK_CURR_STAT() do {} while (0) /* do nothing */


/****************************************************************************
**
*V ReturnObjStat . . . . . . . . . . . . . . . . result of return-statement
Expand Down

0 comments on commit eda6e88

Please sign in to comment.