| Index: mojo/public/tools/bindings/pylib/mojom/generate/module.py
|
| diff --git a/mojo/public/tools/bindings/pylib/mojom/generate/module.py b/mojo/public/tools/bindings/pylib/mojom/generate/module.py
|
| index 97f1f0effd0f869ef81ab70f285ae5869d48e086..2775b6c51ca8d6de861b18757e2236c31bbaf0f7 100644
|
| --- a/mojo/public/tools/bindings/pylib/mojom/generate/module.py
|
| +++ b/mojo/public/tools/bindings/pylib/mojom/generate/module.py
|
| @@ -792,11 +792,6 @@ def IsAssociatedKind(kind):
|
| IsAssociatedInterfaceRequestKind(kind))
|
|
|
|
|
| -def IsMoveOnlyKind(kind):
|
| - return (not IsStringKind(kind) and IsObjectKind(kind)) or \
|
| - IsAnyHandleKind(kind) or IsInterfaceKind(kind) or IsAssociatedKind(kind)
|
| -
|
| -
|
| def HasCallbacks(interface):
|
| for method in interface.methods:
|
| if method.response_parameters != None:
|
|
|