mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 04:18:08 +00:00
qapi/visit: remove useless prefix argument
Backports commit a48e7542be9ef6dab3c8d52f563298d06ef872c9 from qemu
This commit is contained in:
parent
f28514178a
commit
e973b88d32
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ class QAPISchemaGenVisitVisitor(QAPISchemaModularCVisitor):
|
|||
#include "qapi/qmp/qerror.h"
|
||||
#include "%(visit)s.h"
|
||||
''',
|
||||
visit=visit, prefix=self._prefix))
|
||||
visit=visit))
|
||||
self._genh.preamble_add(mcgen('''
|
||||
#include "qapi/qapi-builtin-visit.h"
|
||||
#include "%(types)s.h"
|
||||
|
|
Loading…
Reference in a new issue