Fix unused parameters and variables

llvm-svn: 290459
This commit is contained in:
Eric Fiselier
2016-12-23 23:37:52 +00:00
parent 16166a4d71
commit fd83822741
120 changed files with 307 additions and 268 deletions

View File

@@ -58,7 +58,6 @@ int main()
{
G g;
std::thread t0(g, 5, 5.5);
std::thread::id id = t0.get_id();
std::thread t1;
t0 = std::move(t1);
assert(false);