aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Extensibility/Data
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-05-10 08:51:25 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-05-10 13:57:57 +1000
commit5a19fb2cef32b214834aa1ca5627324f2da0e5b8 (patch)
tree660f8407362b1a8b7f1566efd2753bd6c400bed9 /src/WixToolset.Extensibility/Data
parentace6dbee89cfe6dfb0654640f72964255f5156b8 (diff)
downloadwix-5a19fb2cef32b214834aa1ca5627324f2da0e5b8.tar.gz
wix-5a19fb2cef32b214834aa1ca5627324f2da0e5b8.tar.bz2
wix-5a19fb2cef32b214834aa1ca5627324f2da0e5b8.zip
Remove BurnStubPath
Diffstat (limited to 'src/WixToolset.Extensibility/Data')
-rw-r--r--src/WixToolset.Extensibility/Data/IBindContext.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/WixToolset.Extensibility/Data/IBindContext.cs b/src/WixToolset.Extensibility/Data/IBindContext.cs
index 8a158832..3b8953e0 100644
--- a/src/WixToolset.Extensibility/Data/IBindContext.cs
+++ b/src/WixToolset.Extensibility/Data/IBindContext.cs
@@ -11,8 +11,6 @@ namespace WixToolset.Extensibility.Data
11 { 11 {
12 IWixToolsetServiceProvider ServiceProvider { get; } 12 IWixToolsetServiceProvider ServiceProvider { get; }
13 13
14 string BurnStubPath { get; set; }
15
16 int CabbingThreadCount { get; set; } 14 int CabbingThreadCount { get; set; }
17 15
18 string CabCachePath { get; set; } 16 string CabCachePath { get; set; }