@@ -78,28 +78,8 @@ public static void Register(GVFSPlatform platform)
78
78
public abstract bool IsElevated ( ) ;
79
79
public abstract string GetCurrentUser ( ) ;
80
80
public abstract string GetUserIdFromLoginSessionId ( int sessionId , ITracer tracer ) ;
81
-
82
- /// <summary>
83
- /// Get the directory for upgrades that is permissioned to
84
- /// require elevated privileges to modify. This can be used for
85
- /// data that we don't want normal user accounts to modify.
86
- /// </summary>
87
- public abstract string GetUpgradeProtectedDataDirectory ( ) ;
88
-
89
- /// <summary>
90
- /// Directory that upgrader log directory should be placed
91
- /// in. There can be multiple log directories, so this is the
92
- /// containing directory to place them in.
93
- /// </summary>
94
- public abstract string GetUpgradeLogDirectoryParentDirectory ( ) ;
95
81
public abstract string GetSystemInstallerLogPath ( ) ;
96
82
97
- /// <summary>
98
- /// Directory that contains the file indicating that a new
99
- /// version is available.
100
- /// </summary>
101
- public abstract string GetUpgradeHighestAvailableVersionDirectory ( ) ;
102
-
103
83
public abstract void ConfigureVisualStudio ( string gitBinPath , ITracer tracer ) ;
104
84
105
85
public abstract bool TryCopyPanicLogs ( string copyToDir , out string error ) ;
@@ -125,10 +105,6 @@ public abstract FileBasedLock CreateFileBasedLock(
125
105
ITracer tracer ,
126
106
string lockPath ) ;
127
107
128
- public abstract ProductUpgraderPlatformStrategy CreateProductUpgraderPlatformInteractions (
129
- PhysicalFileSystem fileSystem ,
130
- ITracer tracer ) ;
131
-
132
108
public bool TryGetNormalizedPathRoot ( string path , out string pathRoot , out string errorMessage )
133
109
{
134
110
pathRoot = null ;
@@ -229,11 +205,6 @@ public string MountExecutableName
229
205
{
230
206
get { return "GVFS.Mount" + this . ExecutableExtension ; }
231
207
}
232
-
233
- public string GVFSUpgraderExecutableName
234
- {
235
- get { return "GVFS.Upgrader" + this . ExecutableExtension ; }
236
- }
237
208
}
238
209
239
210
public class UnderConstructionFlags
0 commit comments