mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-12 11:15:12 +00:00
refactor: Removing redundant code
This commit is contained in:
@@ -117,18 +117,11 @@ namespace ICD.Common.Utils.Xml
|
||||
if (m_Reader == null)
|
||||
return;
|
||||
|
||||
try
|
||||
{
|
||||
#if SIMPLSHARP
|
||||
m_Reader.Dispose(true);
|
||||
#else
|
||||
m_Reader.Dispose();
|
||||
#endif
|
||||
}
|
||||
catch (XmlException e)
|
||||
{
|
||||
throw new IcdXmlException(e);
|
||||
}
|
||||
}
|
||||
|
||||
public void Skip()
|
||||
|
||||
Reference in New Issue
Block a user