mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-19 14:45:06 +00:00
refactor: Removing redundant code
This commit is contained in:
@@ -117,19 +117,12 @@ 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