Removed queries that aren't used in the program.

This commit is contained in:
2017-03-21 15:27:32 -07:00
parent e7c71570c7
commit a9141fa394
2 changed files with 0 additions and 15 deletions

View File

@ -1,8 +0,0 @@
select trank, idvalue, tvalue
from Cts_times, Cts_ranks
where trank = idrank and Cts_times.mapid = Cts_ranks.mapid and Cts_times.mapid = ?
order by trank
-- get full leaderboard of the map
-- aliases are not included because
-- not ever player has a registered alias.

View File

@ -1,7 +0,0 @@
select idrank, idvalue, alias
from Cts_ranks, Id2alias
where idvalue = cryptokey and mapid = ?
order by idrank
-- get registered/aliased players who have played on
-- the specified map.