diff options
author | Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> | 2021-06-20 14:59:10 +0000 |
---|---|---|
committer | Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com> | 2021-06-20 14:59:10 +0000 |
commit | a87a4b763f58eb51ccfd5a9a394258c9398176aa (patch) | |
tree | 98be1f74a41d118595510efd8c30eaef621fdd7d | |
parent | 8ec50b87d5a33aacd27af7ef3aec5c1236c57e03 (diff) | |
download | plan9front-a87a4b763f58eb51ccfd5a9a394258c9398176aa.tar.xz |
threadimpl.h: remove Printsize as well (unused)
-rw-r--r-- | sys/src/libthread/threadimpl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/libthread/threadimpl.h b/sys/src/libthread/threadimpl.h index 4fb63317a..6771cd510 100644 --- a/sys/src/libthread/threadimpl.h +++ b/sys/src/libthread/threadimpl.h @@ -47,7 +47,6 @@ typedef enum enum { RENDHASH = 13, - Printsize = 2048, }; struct Rgrp |