summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdonais Romero González <[email protected]>2018-09-28 14:35:59 -0700
committerGitHub <[email protected]>2018-09-28 14:35:59 -0700
commitf93de41f1d36d6a1481049b1906d1a7d84081d1c (patch)
tree0e78133cc23224ec0d275d1ee50f815e0a852e09
parent8305c570dba450fe5f0adec2c666f4d318cf2fbd (diff)
Remove unused WppScanConfigurationData from bluetooth/serialhcibus (#293)
-rw-r--r--bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj b/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj
index 6319ca83..45e5970c 100644
--- a/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj
+++ b/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj
@@ -79,13 +79,11 @@
<ClCompile Include="..\fdo.c; device.c; ..\io.c; ..\pdo.c; ..\driver.c">
<WppEnabled>true</WppEnabled>
<WppKernelMode>true</WppKernelMode>
- <WppScanConfigurationData>debugdef.h</WppScanConfigurationData>
<WppTraceFunction>DoTrace(LEVEL,FLAG,(MSG,...))</WppTraceFunction>
</ClCompile>
<OtherWpp Include="driver.rc">
<WppEnabled>true</WppEnabled>
<WppKernelMode>true</WppKernelMode>
- <WppScanConfigurationData>debugdef.h</WppScanConfigurationData>
<WppTraceFunction>DoTrace(LEVEL,FLAG,(MSG,...))</WppTraceFunction>
</OtherWpp>
</ItemGroup>