summaryrefslogtreecommitdiff
path: root/lib9p/internal.h
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-09 19:25:04 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-09 19:25:04 -0700
commitf466cff948ec638f26a9a77a391904ebe03c4dfb (patch)
tree2a933b3e4451e3d82b8f9a779fe9bf3a9a3cf501 /lib9p/internal.h
parent5c373cfe544df4ddba44adf3f6b60399340e4bd5 (diff)
parenta25ab8432dcf15d7d43adbc429a7cd9b493b3d91 (diff)
Merge branch 'lukeshu/9p-srv-cleanup'
Diffstat (limited to 'lib9p/internal.h')
-rw-r--r--lib9p/internal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib9p/internal.h b/lib9p/internal.h
index eb67992..d939d46 100644
--- a/lib9p/internal.h
+++ b/lib9p/internal.h
@@ -28,12 +28,6 @@
#ifndef CONFIG_9P_MAX_HOSTMSG_SIZE
#error config.h must define CONFIG_9P_MAX_HOSTMSG_SIZE
#endif
-#ifndef CONFIG_9P_MAX_FIDS
- #error config.h must define CONFIG_9P_MAX_FIDS
-#endif
-#ifndef CONFIG_9P_MAX_REQS
- #error config.h must define CONFIG_9P_MAX_REQS
-#endif
#ifndef CONFIG_9P_MAX_ERR_SIZE
#error config.h must define CONFIG_9P_MAX_ERR_SIZE
#endif