Skip to content

Commit

Permalink
Remove unused file MySQLDelayThread.h.
Browse files Browse the repository at this point in the history
This file also contains at least two errors:
  bad override specifier
  invalid SqlDelayThread constructor call
  • Loading branch information
LordJZ committed Aug 8, 2012
1 parent afad470 commit 334e522
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 38 deletions.
30 changes: 0 additions & 30 deletions src/shared/Database/MySQLDelayThread.h

This file was deleted.

1 change: 0 additions & 1 deletion win/VC100/shared.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@
<ClInclude Include="..\..\src\shared\Database\DBCFileLoader.h" />
<ClInclude Include="..\..\src\shared\Database\DBCStore.h" />
<ClInclude Include="..\..\src\shared\Database\Field.h" />
<ClInclude Include="..\..\src\shared\Database\MySQLDelayThread.h" />
<ClInclude Include="..\..\src\shared\Database\QueryResult.h" />
<ClInclude Include="..\..\src\shared\Database\QueryResultMysql.h" />
<ClInclude Include="..\..\src\shared\Database\SqlDelayThread.h" />
Expand Down
3 changes: 0 additions & 3 deletions win/VC100/shared.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@
<ClInclude Include="..\..\src\shared\Database\Field.h">
<Filter>Database</Filter>
</ClInclude>
<ClInclude Include="..\..\src\shared\Database\MySQLDelayThread.h">
<Filter>Database</Filter>
</ClInclude>
<ClInclude Include="..\..\src\shared\Database\QueryResult.h">
<Filter>Database</Filter>
</ClInclude>
Expand Down
4 changes: 0 additions & 4 deletions win/VC90/shared.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -543,10 +543,6 @@
RelativePath="..\..\src\shared\Database\Field.h"
>
</File>
<File
RelativePath="..\..\src\shared\Database\MySQLDelayThread.h"
>
</File>
<File
RelativePath="..\..\src\shared\Database\QueryResult.h"
>
Expand Down

0 comments on commit 334e522

Please sign in to comment.