Skip to content

Commit 880de5f

Browse files
committed
TASK-033-003: Delete unused ProtocolCoreGraphBuilder.cs
- Delete src/TurboHttp/Streams/ProtocolCoreGraphBuilder.cs (now dead code after TASK-033-002) - Verified zero remaining references via grep - Build and test suite pass with zero errors
1 parent c89225a commit 880de5f

2 files changed

Lines changed: 4 additions & 189 deletions

File tree

.maggus/features/feature_033.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ This feature inverts the topology: group by endpoint once at the top level, then
9696
**Model:** haiku
9797

9898
**Acceptance Criteria:**
99-
- [ ] `src/TurboHttp/Streams/ProtocolCoreGraphBuilder.cs` is deleted
100-
- [ ] No remaining `using` or reference to `ProtocolCoreGraphBuilder` anywhere in `src/` (verified via grep)
101-
- [ ] `dotnet build --configuration Release ./src/TurboHttp.sln` passes with zero errors after deletion
102-
- [ ] `dotnet test ./src/TurboHttp.sln` passes
99+
- [x] `src/TurboHttp/Streams/ProtocolCoreGraphBuilder.cs` is deleted
100+
- [x] No remaining `using` or reference to `ProtocolCoreGraphBuilder` anywhere in `src/` (verified via grep)
101+
- [x] `dotnet build --configuration Release ./src/TurboHttp.sln` passes with zero errors after deletion
102+
- [x] `dotnet test ./src/TurboHttp.sln` passes
103103

104104
---
105105

src/TurboHttp/Streams/ProtocolCoreGraphBuilder.cs

Lines changed: 0 additions & 185 deletions
This file was deleted.

0 commit comments

Comments
 (0)