Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-D-Foster committed May 27, 2021
1 parent 28fc51a commit 1ec34aa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion HavokMultimedia.Utilities.Console/Commands/VMwareBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ limitations under the License.
*/

using System;
using System.Linq;
using HavokMultimedia.Utilities.Console.External;

namespace HavokMultimedia.Utilities.Console.Commands
Expand Down
4 changes: 0 additions & 4 deletions HavokMultimedia.Utilities.Console/Commands/VMwareQuery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ You may obtain a copy of the License at
limitations under the License.
*/

using System;
using System.Collections.Generic;
using System.Linq;
using HavokMultimedia.Utilities;
using HavokMultimedia.Utilities.Console.External;

namespace HavokMultimedia.Utilities.Console.Commands
Expand Down
2 changes: 0 additions & 2 deletions HavokMultimedia.Utilities.Console/External/VMwareObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ limitations under the License.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Dynamic;
using System.Linq;
using System.Numerics;
using System.Reflection;
using System.Text;
using Newtonsoft.Json.Linq;
Expand Down

0 comments on commit 1ec34aa

Please sign in to comment.