From a041d523de389b65b98a5373a8034041db2a8d83 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 2 Apr 2026 06:23:30 +0000 Subject: *: Remove --- diff/lines/chunk.go | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 diff/lines/chunk.go (limited to 'diff/lines/chunk.go') diff --git a/diff/lines/chunk.go b/diff/lines/chunk.go deleted file mode 100644 index b5856d29..00000000 --- a/diff/lines/chunk.go +++ /dev/null @@ -1,20 +0,0 @@ -package lines - -// Chunk represents a contiguous region of lines categorized -// as unchanged, deleted, or added. -type Chunk struct { - Kind ChunkKind - Data []byte -} - -// ChunkKind enumerates the type of diff chunk. -type ChunkKind int - -const ( - // ChunkKindUnchanged represents an unchanged diff chunk. - ChunkKindUnchanged ChunkKind = iota - // ChunkKindDeleted represents a deleted diff chunk. - ChunkKindDeleted - // ChunkKindAdded represents an added diff chunk. - ChunkKindAdded -) -- cgit v1.3.1-10-gc9f91