summaryrefslogtreecommitdiff
path: root/NetWare/nw5thread.h
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2020-07-19 18:01:36 +0100
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2020-07-20 21:31:43 +0100
commit573edd37603ddf5d0137224a22fa2ec4915388fe (patch)
tree477767c43d1dde6717f610a41a674b56d5c2a0b8 /NetWare/nw5thread.h
parentae955d3a183337a4770d39640a21da146cf97bc7 (diff)
downloadperl-573edd37603ddf5d0137224a22fa2ec4915388fe.tar.gz
Remove the final remnants of 5005threads support
Only THREAD_RET_TYPE is still used.
Diffstat (limited to 'NetWare/nw5thread.h')
-rw-r--r--NetWare/nw5thread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/NetWare/nw5thread.h b/NetWare/nw5thread.h
index b1a2534b68..e7d86757ee 100644
--- a/NetWare/nw5thread.h
+++ b/NetWare/nw5thread.h
@@ -165,7 +165,6 @@ extern __declspec(thread) void *PL_current_context;
//Check the following, will be used in Thread extension - CHKSGP
#define THREAD_RET_TYPE unsigned __stdcall
-#define THREAD_RET_CAST(p) ((unsigned)(p))
#define INIT_THREADS NOOP