LibDiff: Remove a bunch of unused code

We have no need to support normal or context diffs in ladybird,
as well as the ability to parse and apply patches.
This commit is contained in:
Shannon Booth 2025-05-13 19:28:28 +12:00 committed by Andreas Kling
commit 41b060be81
Notes: github-actions[bot] 2025-05-13 10:47:39 +00:00
8 changed files with 0 additions and 657 deletions

View file

@ -12,11 +12,9 @@ enum class Format;
class Parser;
struct Header;
struct Hunk;
struct HunkLocation;
struct Line;
struct Patch;
struct Range;
}