)]}'
{
  "commit": "8aade934dfa6ef9a1ca20666078e7c2d19e56368",
  "tree": "fdb6dfa276752181e57cf1c42c41272fb0627cbf",
  "parents": [
    "3139ad088b52ab840d760d40962fc0db57c62d83"
  ],
  "author": {
    "name": "Paolo Bonzini",
    "email": "pbonzini@redhat.com",
    "time": "Tue Oct 29 10:43:16 2024 +0100"
  },
  "committer": {
    "name": "Paolo Bonzini",
    "email": "pbonzini@redhat.com",
    "time": "Thu Oct 31 18:28:32 2024 +0100"
  },
  "message": "accel: remove dead statement and useless assertion\n\nops is assigned again just below, and the result of the assignment must\nbe non-NULL.\n\nOriginally, the check for NULL was meant to be a check for the existence\nof the ops class:\n\n    ops \u003d ACCEL_OPS_CLASS(object_class_by_name(ops_name));\n    ...\n    g_assert(ops !\u003d NULL);\n\n(where the ops assignment begot the one that I am removing); but this is\nmeaningless now that oc is checked to be non-NULL before ops is assigned\n(commit 5141e9a23fc, \"accel: abort if we fail to load the accelerator\nplugin\", 2022-11-06).\n\nReviewed-by: Alex Bennée \u003calex.bennee@linaro.org\u003e\nSigned-off-by: Paolo Bonzini \u003cpbonzini@redhat.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "f6c947dd8215e6d6a0cbdb57f38cfee1f11c22e6",
      "old_mode": 33188,
      "old_path": "accel/accel-system.c",
      "new_id": "61d689935e17221b6345a11084f1a5e66d13eb8e",
      "new_mode": 33188,
      "new_path": "accel/accel-system.c"
    }
  ]
}
