Skip to content

Commit

Permalink
util/DivideString: remove unused library
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Mar 10, 2025
1 parent 46b461d commit 01a04ba
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 135 deletions.
32 changes: 0 additions & 32 deletions src/util/DivideString.cxx

This file was deleted.

57 changes: 0 additions & 57 deletions src/util/DivideString.hxx

This file was deleted.

1 change: 0 additions & 1 deletion src/util/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ util = static_library(
'StringUtil.cxx',
'StringCompare.cxx',
'WStringCompare.cxx',
'DivideString.cxx',
'SplitString.cxx',
'Tokenizer.cxx',
'UriExtract.cxx',
Expand Down
44 changes: 0 additions & 44 deletions test/util/TestDivideString.cxx

This file was deleted.

1 change: 0 additions & 1 deletion test/util/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ test(
executable(
'TestUtil',
'TestCircularBuffer.cxx',
'TestDivideString.cxx',
'TestException.cxx',
'TestIntrusiveForwardList.cxx',
'TestIntrusiveHashSet.cxx',
Expand Down

0 comments on commit 01a04ba

Please sign in to comment.