- * A roaming user works on more than one computer on a network.
- * A roaming user's profile is kept on a server on the network and
- * is loaded onto a system when the user logs on.
- */
- ApplicationData,
- PrinterShortcuts,
- /**
- * The directory that serves as a common repository for application-specific data
- * that is used by the current, non-roaming user.
- */
- LocalApplicationData,
- InternetCache,
- Cookies,
- History,
- CommonApplicationData,
- Windows,
- System,
- ProgramFiles,
- MyPictures,
- /**
- * The user's profile folder.
- * Applications should not create files or folders at this level;
- * they should put their data under the locations referred to by {@link #ApplicationData}.
- */
- UserProfile,
- SystemX86,
- ProgramFilesX86,
- CommonProgramFiles,
- CommonProgramFilesX86,
- CommonTemplates,
- CommonDocuments,
- CommonAdminTools,
- AdminTools,
- CommonMusic,
- CommonPictures,
- CommonVideos,
- Resources,
- LocalizedResources,
- CommonOemLinks,
- CDBurning,
- }
-}
diff --git a/common/src/main/java/com/microsoft/alm/helpers/Func.java b/common/src/main/java/com/microsoft/alm/helpers/Func.java
deleted file mode 100644
index 9e1e80b1..00000000
--- a/common/src/main/java/com/microsoft/alm/helpers/Func.java
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See License.txt in the project root.
-
-package com.microsoft.alm.helpers;
-
-/**
- * Represents a function that accepts one argument and produces a result.
- *
- * @param