summaryrefslogtreecommitdiff
path: root/lib9p/tests/test_server/fs_whoami.h
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-31 14:42:03 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-06-02 15:08:25 -0600
commit559627b00b74e11e394589bfcc8864b0f22d7e1b (patch)
tree45d54aca9fd5a4bb67ad55e50b71eaa6713894c0 /lib9p/tests/test_server/fs_whoami.h
parentf428acdaf8c8851323391a949f0a9cbcf521adda (diff)
libmisc: obj.h: Use LM_DEFAPPEND() to implement magic LO_BOX()
Diffstat (limited to 'lib9p/tests/test_server/fs_whoami.h')
-rw-r--r--lib9p/tests/test_server/fs_whoami.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib9p/tests/test_server/fs_whoami.h b/lib9p/tests/test_server/fs_whoami.h
index 5e1aee9..518e11d 100644
--- a/lib9p/tests/test_server/fs_whoami.h
+++ b/lib9p/tests/test_server/fs_whoami.h
@@ -15,6 +15,5 @@ struct whoami_file {
uint64_t pathnum;
};
LO_IMPLEMENTATION_H(lib9p_srv_file, struct whoami_file, whoami_file);
-#define lo_box_whoami_file_as_lib9p_srv_file(obj) util9p_box(whoami_file, obj)
#endif /* _LIB9P_TESTS_TEST_SERVER_FS_WHOAMI_H_ */