8
0
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:
dimitr 2014-08-15 14:20:11 +00:00
parent 36af3d8cb2
commit 1f630915db
9 changed files with 0 additions and 56 deletions

View File

@ -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;

View File

@ -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" />

View File

@ -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>

View File

@ -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" />

View File

@ -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>

View File

@ -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"
>

View File

@ -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"
>

View File

@ -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"
>

View File

@ -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"
>