mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
refactor: Removing redundant code
This commit is contained in:
parent
18b07abb44
commit
ce163629f3
1 changed files with 0 additions and 7 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue