From d671148d99e35b7643068d3ea59babaf7ce336e8 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 25 Jul 2018 20:22:32 -0700 Subject: 4412 Drop names of unused arguments. --- 030container.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '030container.cc') diff --git a/030container.cc b/030container.cc index fe8aaeb5..257f5fe0 100644 --- a/030container.cc +++ b/030container.cc @@ -546,7 +546,7 @@ Transform.push_back(expand_type_abbreviations_in_containers); // idempotent :(code) // extremely inefficient; we process all types over and over again, once for every single recipe // but it doesn't seem to cause any noticeable slowdown -void expand_type_abbreviations_in_containers(vestigial const recipe_ordinal r) { +void expand_type_abbreviations_in_containers(vestigial const recipe_ordinal) { for (map::iterator p = Type.begin(); p != Type.end(); ++p) { for (int i = 0; i < SIZE(p->second.elements); ++i) expand_type_abbreviations(p->second.elements.at(i).type); -- cgit 1.4.1-2-gfad0