
On 12/2/20 3:53 PM, Ján Tomko wrote:
On a Wednesday in 2020, Michal Privoznik wrote:
It's unused since v5.5.0-rc1~113.
$ git show show v5.5.0-rc1~113.
fatal: ambiguous argument 'show': unknown revision or path not in the working tree. Just drop the dot, it's marking the end of the sentence, not part of the commit ID.
fatal: ambiguous argument 'v5.5.0-rc1~113.': unknown revision or path not in the working tree.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/qemu/qemu_monitor.c | 10 ------- src/qemu/qemu_monitor.h | 2 -- src/qemu/qemu_monitor_json.c | 40 --------------------------- src/qemu/qemu_monitor_json.h | 2 -- tests/qemumonitorjsontest.c | 52 ------------------------------------ 5 files changed, 106 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Pushed thanks. Michal