summaryrefslogtreecommitdiff
path: root/lib9p/protogen/c9util.py
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-03-25 00:15:43 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-03-25 12:43:16 -0600
commitbb14e1f16b5d42934e55c7a53117cf50e1153188 (patch)
tree44f877740b0cd967dc313900ce45340eb58a59d6 /lib9p/protogen/c9util.py
parentf17c709c6e35a0bea471a4e8ae7d2183b4a1f32d (diff)
lib9p: protogen: flatten the validate functions, same as (un)marshal
Diffstat (limited to 'lib9p/protogen/c9util.py')
-rw-r--r--lib9p/protogen/c9util.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib9p/protogen/c9util.py b/lib9p/protogen/c9util.py
index f9c49fc..e7ad999 100644
--- a/lib9p/protogen/c9util.py
+++ b/lib9p/protogen/c9util.py
@@ -107,11 +107,3 @@ def idl_expr(expr: idl.Expr, lookup_sym: typing.Callable[[str], str]) -> str:
case _:
assert False
return " ".join(ret)
-
-
-def arg_used(arg: str) -> str:
- return arg
-
-
-def arg_unused(arg: str) -> str:
- return f"LM_UNUSED({arg})"