mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
libDtSearch: remove optional code MULTI_TASK that is not used on CDE
This commit is contained in:
parent
af9f0e9033
commit
605a21046a
8 changed files with 0 additions and 186 deletions
|
|
@ -180,7 +180,6 @@ char * d_alloc(P1(unsigned)); /* alloc.c */
|
|||
char * d_calloc(P1(unsigned) Pi(unsigned)); /* alloc.c */
|
||||
void d_free(P1(CHAR_P *)); /* alloc.c */
|
||||
|
||||
#ifndef MULTI_TASK /* MULTI_TASK */
|
||||
#define dt_opentask(a) S_OKAY
|
||||
#define dt_closetask(a) S_OKAY
|
||||
|
||||
|
|
@ -325,8 +324,6 @@ int d_utscr(P1(ULONG *)); /* utscr.c */
|
|||
int d_utscs(P1(int) Pi(ULONG *) DBN_Dn); /* utscs.c */
|
||||
#endif /* NO_TIMESTAMP */
|
||||
|
||||
#endif /* MULTI_TASK */
|
||||
|
||||
int dberr(P1(int)); /* dberr.c */
|
||||
|
||||
#define D_FUNCTIONS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue