mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
generator: Remove unnecessary parameter.
The 'name' parameter is not used on the right hand side of the match, so it can be removed.
This commit is contained in:
@@ -7971,10 +7971,10 @@ and generate_fish_cmds () =
|
||||
|
||||
List.iter (
|
||||
function
|
||||
| Device name | String name
|
||||
| OptString name | Bool name
|
||||
| Int name | Int64 name
|
||||
| BufferIn name -> ()
|
||||
| Device _ | String _
|
||||
| OptString _ | Bool _
|
||||
| Int _ | Int64 _
|
||||
| BufferIn _ -> ()
|
||||
| Pathname name | Dev_or_Path name | FileOut name ->
|
||||
pr " free (%s);\n" name
|
||||
| FileIn name ->
|
||||
|
||||
Reference in New Issue
Block a user