Skip to content

Commit 0ef0d77

Browse files
Anselm KruisAnselm Kruis
authored andcommitted
Stackless issue python#175: remove unused include file backwardcompat.h
The file Stckless/core/backwardcompat.h header is no longer used.
1 parent fcc1a69 commit 0ef0d77

File tree

5 files changed

+3
-73
lines changed

5 files changed

+3
-73
lines changed

PCbuild/pythoncore.vcxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@
213213
<ClInclude Include="..\Python\importdl.h" />
214214
<ClInclude Include="..\Python\thread_nt.h" />
215215
<ClInclude Include="..\Python\wordcode_helpers.h" />
216-
<ClInclude Include="..\Stackless\core\backwardcompat.h" />
217216
<ClInclude Include="..\Stackless\core\cframeobject.h" />
218217
<ClInclude Include="..\Stackless\core\slp_exttype.h" />
219218
<ClInclude Include="..\Stackless\core\stackless_impl.h" />
@@ -501,4 +500,4 @@
501500
<Target Name="_WarnAboutZlib" BeforeTargets="PrepareForBuild" Condition="!$(IncludeExternals)">
502501
<Warning Text="Not including zlib is not a supported configuration." />
503502
</Target>
504-
</Project>
503+
</Project>

PCbuild/pythoncore.vcxproj.filters

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -468,9 +468,6 @@
468468
<ClInclude Include="..\Stackless\core\stackless_tstate.h">
469469
<Filter>Stackless\core</Filter>
470470
</ClInclude>
471-
<ClInclude Include="..\Stackless\core\backwardcompat.h">
472-
<Filter>Stackless\core</Filter>
473-
</ClInclude>
474471
<ClInclude Include="..\Stackless\module\channelobject.h">
475472
<Filter>Stackless\module</Filter>
476473
</ClInclude>
@@ -1131,4 +1128,4 @@
11311128
<Filter>Stackless\platf</Filter>
11321129
</CustomBuild>
11331130
</ItemGroup>
1134-
</Project>
1131+
</Project>

Stackless/core/backwardcompat.h

Lines changed: 0 additions & 63 deletions
This file was deleted.

Stackless/stackless.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ extern "C" {
6464
#undef STACKLESS
6565
#endif
6666

67-
/* get some definitions for backward compatibility */
68-
#include "core/backwardcompat.h"
69-
7067
#ifdef __cplusplus
7168
}
7269
#endif

Tools/msi/dev/dev_files.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<?endforeach ?>
6464

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

0 commit comments

Comments
 (0)