mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
Cleanup and small refactoring to avoid redundancy.
This commit is contained in:
parent
36af3d8cb2
commit
1f630915db
@ -5373,26 +5373,6 @@
|
||||
path = termtype.h;
|
||||
refType = 4;
|
||||
};
|
||||
F616C6D30200B0D001EF0ADE = {
|
||||
isa = PBXFileReference;
|
||||
path = thd.cpp;
|
||||
refType = 4;
|
||||
};
|
||||
F616C6D40200B0D001EF0ADE = {
|
||||
isa = PBXFileReference;
|
||||
path = thd.h;
|
||||
refType = 4;
|
||||
};
|
||||
F616C6D50200B0D001EF0ADE = {
|
||||
isa = PBXFileReference;
|
||||
path = thd_proto.h;
|
||||
refType = 4;
|
||||
};
|
||||
F616C6D60200B0D001EF0ADE = {
|
||||
isa = PBXFileReference;
|
||||
path = thd_win32.cpp;
|
||||
refType = 4;
|
||||
};
|
||||
F616C6D70200B0D001EF0ADE = {
|
||||
isa = PBXFileReference;
|
||||
path = thin.asm;
|
||||
|
@ -77,7 +77,6 @@
|
||||
<ClCompile Include="..\..\..\src\common\StatusArg.cpp" />
|
||||
<ClCompile Include="..\..\..\src\common\StatusHolder.cpp" />
|
||||
<ClCompile Include="..\..\..\src\common\TextType.cpp" />
|
||||
<ClCompile Include="..\..\..\src\common\thd.cpp" />
|
||||
<ClCompile Include="..\..\..\src\common\ThreadData.cpp" />
|
||||
<ClCompile Include="..\..\..\src\common\ThreadStart.cpp" />
|
||||
<ClCompile Include="..\..\..\src\common\unicode_util.cpp" />
|
||||
@ -181,7 +180,6 @@
|
||||
<ClInclude Include="..\..\..\src\common\StatusHolder.h" />
|
||||
<ClInclude Include="..\..\..\src\common\stuff.h" />
|
||||
<ClInclude Include="..\..\..\src\common\TextType.h" />
|
||||
<ClInclude Include="..\..\..\src\common\thd.h" />
|
||||
<ClInclude Include="..\..\..\src\common\ThreadData.h" />
|
||||
<ClInclude Include="..\..\..\src\common\ThreadStart.h" />
|
||||
<ClInclude Include="..\..\..\src\common\unicode_util.h" />
|
||||
|
@ -78,9 +78,6 @@
|
||||
<ClCompile Include="..\..\..\src\common\TextType.cpp">
|
||||
<Filter>common</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\common\thd.cpp">
|
||||
<Filter>common</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\common\ThreadData.cpp">
|
||||
<Filter>common</Filter>
|
||||
</ClCompile>
|
||||
@ -299,9 +296,6 @@
|
||||
<ClInclude Include="..\..\..\src\common\TextType.h">
|
||||
<Filter>headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\src\common\thd.h">
|
||||
<Filter>headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\src\common\ThreadData.h">
|
||||
<Filter>headers</Filter>
|
||||
</ClInclude>
|
||||
|
@ -313,7 +313,6 @@
|
||||
<ClInclude Include="..\..\..\src\jrd\svc_undoc.h" />
|
||||
<ClInclude Include="..\..\..\src\jrd\SysFunction.h" />
|
||||
<ClInclude Include="..\..\..\src\jrd\TempSpace.h" />
|
||||
<ClInclude Include="..\..\..\src\jrd\thread_proto.h" />
|
||||
<ClInclude Include="..\..\..\src\jrd\tpc_proto.h" />
|
||||
<ClInclude Include="..\..\..\src\jrd\tra.h" />
|
||||
<ClInclude Include="..\..\..\src\jrd\trace\TraceConfigStorage.h" />
|
||||
|
@ -932,9 +932,6 @@
|
||||
<ClInclude Include="..\..\..\src\jrd\TempSpace.h">
|
||||
<Filter>Header files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\src\jrd\thread_proto.h">
|
||||
<Filter>Header files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\src\jrd\tpc_proto.h">
|
||||
<Filter>Header files</Filter>
|
||||
</ClInclude>
|
||||
|
@ -419,10 +419,6 @@
|
||||
RelativePath="..\..\..\src\common\TextType.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\common\thd.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\common\ThreadData.cpp"
|
||||
>
|
||||
@ -912,10 +908,6 @@
|
||||
RelativePath="..\..\..\src\common\TextType.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\common\thd.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\common\ThreadData.h"
|
||||
>
|
||||
|
@ -1519,10 +1519,6 @@
|
||||
RelativePath="..\..\..\src\jrd\TempSpace.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\thread_proto.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\tpc_proto.h"
|
||||
>
|
||||
|
@ -419,10 +419,6 @@
|
||||
RelativePath="..\..\..\src\common\TextType.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\common\thd.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\common\ThreadData.cpp"
|
||||
>
|
||||
@ -912,10 +908,6 @@
|
||||
RelativePath="..\..\..\src\common\TextType.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\common\thd.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\common\ThreadData.h"
|
||||
>
|
||||
|
@ -1519,10 +1519,6 @@
|
||||
RelativePath="..\..\..\src\jrd\TempSpace.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\thread_proto.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\jrd\tpc_proto.h"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user