)]}'
{
  "commit": "c8adaf3dd31e154afc6577d93ea3db675c11eb97",
  "tree": "57836670aad845bf1cc4ac7f49dbdc62ef635d0a",
  "parents": [
    "4f440ff33d1cf8812d4f652f6fddbfa3d117268e"
  ],
  "author": {
    "name": "Andrew Burgess",
    "email": "aburgess@redhat.com",
    "time": "Tue Jan 16 16:08:12 2024 +0000"
  },
  "committer": {
    "name": "Andrew Burgess",
    "email": "aburgess@redhat.com",
    "time": "Mon Mar 25 17:47:43 2024 +0000"
  },
  "message": "gdb: remove some dead code from completer.c\n\nIn completer.c there is some code that is surrounded with \u0027#if 0\u0027,\nthis code:\n\n  #if 0\n    /* There is no way to do this just long enough to affect quote\n       inserting without also affecting the next completion.  This\n       should be fixed in readline.  FIXME.  */\n    /* Ensure that readline does the right thing\n       with respect to inserting quotes.  */\n    rl_completer_word_break_characters \u003d \"\";\n  #endif\n\nThis code, in some form, and always defined out, has been around since\nthe original import of GDB.  Though the comment hints at what the\nproblem might be, it\u0027s not really clear what the issue is.  And\ncompletion within GDB has moved on a long way since this code was\nwritten ... but not used.\n\nI\u0027m proposing that we just remove this code.\n\nIf/when a problem comes up then we can look at how to solve it.  Maybe\nthis code would be the answer ... but also, I suspect, given all the\nchanges ... maybe not.  I\u0027m not sure carrying around this code for\nanother 20+ years adds much value.\n\nThere should be no user visible changes after this commit.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "cefac605a33ddd9784acb7af5917982679bf2100",
      "old_mode": 33188,
      "old_path": "gdb/completer.c",
      "new_id": "330c39598c55c920ee29cf4a1cba18426243ee1e",
      "new_mode": 33188,
      "new_path": "gdb/completer.c"
    }
  ]
}
