Skip to content

Commit

Permalink
Stackless issue python#175: remove unused include file backwardcompat.h
Browse files Browse the repository at this point in the history
The file Stckless/core/backwardcompat.h header is no longer used.
  • Loading branch information
Anselm Kruis authored and Anselm Kruis committed Oct 19, 2018
1 parent fcc1a69 commit 0ef0d77
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 73 deletions.
3 changes: 1 addition & 2 deletions PCbuild/pythoncore.vcxproj
Expand Up @@ -213,7 +213,6 @@
<ClInclude Include="..\Python\importdl.h" />
<ClInclude Include="..\Python\thread_nt.h" />
<ClInclude Include="..\Python\wordcode_helpers.h" />
<ClInclude Include="..\Stackless\core\backwardcompat.h" />
<ClInclude Include="..\Stackless\core\cframeobject.h" />
<ClInclude Include="..\Stackless\core\slp_exttype.h" />
<ClInclude Include="..\Stackless\core\stackless_impl.h" />
Expand Down Expand Up @@ -501,4 +500,4 @@
<Target Name="_WarnAboutZlib" BeforeTargets="PrepareForBuild" Condition="!$(IncludeExternals)">
<Warning Text="Not including zlib is not a supported configuration." />
</Target>
</Project>
</Project>
5 changes: 1 addition & 4 deletions PCbuild/pythoncore.vcxproj.filters
Expand Up @@ -468,9 +468,6 @@
<ClInclude Include="..\Stackless\core\stackless_tstate.h">
<Filter>Stackless\core</Filter>
</ClInclude>
<ClInclude Include="..\Stackless\core\backwardcompat.h">
<Filter>Stackless\core</Filter>
</ClInclude>
<ClInclude Include="..\Stackless\module\channelobject.h">
<Filter>Stackless\module</Filter>
</ClInclude>
Expand Down Expand Up @@ -1131,4 +1128,4 @@
<Filter>Stackless\platf</Filter>
</CustomBuild>
</ItemGroup>
</Project>
</Project>
63 changes: 0 additions & 63 deletions Stackless/core/backwardcompat.h

This file was deleted.

3 changes: 0 additions & 3 deletions Stackless/stackless.h
Expand Up @@ -64,9 +64,6 @@ extern "C" {
#undef STACKLESS
#endif

/* get some definitions for backward compatibility */
#include "core/backwardcompat.h"

#ifdef __cplusplus
}
#endif
Expand Down
2 changes: 1 addition & 1 deletion Tools/msi/dev/dev_files.wxs
Expand Up @@ -63,7 +63,7 @@
<?endforeach ?>

<!-- Stackless\core\*.h -->
<?foreach header in backwardcompat.h;cframeobject.h;slp_exttype.h;stackless_impl.h;stackless_methods.h;stackless_structs.h;stackless_tstate.h?>
<?foreach header in cframeobject.h;slp_exttype.h;stackless_impl.h;stackless_methods.h;stackless_structs.h;stackless_tstate.h?>
<Component Id="include_Stackless_core_$(var.header)" Directory="include_Stackless_core" Guid="*">
<File Id="include_Stackless_core_$(var.header)" Name="$(var.header)" Source="!(bindpath.src)Stackless\core\$(var.header)" />
</Component>
Expand Down

0 comments on commit 0ef0d77

Please sign in to comment.