Skip to content

Commit ccb76af

Browse files
committed
refactor: 精简代码
1 parent 6052edb commit ccb76af

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/extensions/BootstrapBlazor.OpcDa/OpcDaServer.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
using Opc;
66
using Opc.Da;
7-
using System.Collections.Concurrent;
87
using System.Runtime.Versioning;
98

109
namespace BootstrapBlazor.OpcDa;
@@ -16,7 +15,6 @@ namespace BootstrapBlazor.OpcDa;
1615
sealed class OpcDaServer : IOpcDaServer
1716
{
1817
private Opc.Da.Server? _server = null;
19-
private readonly ConcurrentDictionary<string, HashSet<OpcReadItem>> _valuesCache = [];
2018

2119
/// <summary>
2220
/// 获得 OPC Server 名称

0 commit comments

Comments
 (0)