Skip to content

Commit

Permalink
Build: Remove unused set
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWold committed Oct 13, 2024
1 parent a45f0d0 commit 81c05db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.csx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ using System;
using System.Text.Json;

IEnumerable<SeriesInfo> seriesInfo = [];
IEnumerable<TopicInfo> topicInfo = [];

using (var reader = new StreamReader("Config/series.json"))
{
Expand Down

0 comments on commit 81c05db

Please sign in to comment.