top: remove residual logic for obsolete functionality
At one time the 'open_psdb_message' library call was supported with the concept of a postponed message which would display after top startup completed. In turn, that required logic to strip the '\n' which was embedded (inappropriately) in any such message. Nowdays top treats such a returned error as fatal so there is no need for the 'strim' function which is being removed with this commit. Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
@ -537,9 +537,6 @@ typedef struct WIN_t {
|
||||
/*------ Tiny useful routine(s) ----------------------------------------*/
|
||||
//atic const char *fmtmk (const char *fmts, ...);
|
||||
//atic inline char *scat (char *dst, const char *src);
|
||||
#ifdef TERMIOS_ONLY
|
||||
//atic char *strim (char *str);
|
||||
#endif
|
||||
//atic const char *tg2 (int x, int y);
|
||||
/*------ Exit/Interrput routines ---------------------------------------*/
|
||||
//atic void bye_bye (const char *str);
|
||||
|
Reference in New Issue
Block a user