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