Skip to content

Commit 03c2e62

Browse files
Remove unused structs
1 parent dff5ac8 commit 03c2e62

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

search-replace.go

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -38,36 +38,12 @@ type Replacement struct {
3838
To []byte
3939
}
4040

41-
type EscapedDataDetails struct {
42-
ContentStartIndex int
43-
ContentEndIndex int
44-
NextPartIndex int
45-
CurrentPartIndex int
46-
OriginalByteSize int
47-
SerializedPartRange SerializedPartRange
48-
}
49-
50-
type SerializedPartRange struct {
51-
From int
52-
To int
53-
}
54-
5541
type SerializedReplaceResult struct {
5642
Pre []byte
5743
SerializedPortion []byte
5844
Post []byte
5945
}
6046

61-
type SerializedContentReplacement struct {
62-
FixedContent []byte
63-
SerializedContentRange []SerializedPartRange
64-
}
65-
66-
type LinePartWithType struct {
67-
Content []byte
68-
PhpSerialized bool
69-
}
70-
7147
func main() {
7248
versionFlag := flag.Bool("version", false, "Show version information")
7349
flag.Parse()

0 commit comments

Comments
 (0)