remove unused variable

This commit is contained in:
Andreas Fabri 2013-09-18 11:19:45 +02:00
parent c9a6e20d1e
commit fe1b908b1d
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ public:
emap.clear();
}
void swap(Self& other) {
void swap(Self& /* other */) {
// doing a real swap is not ready yet
#if 1
clear();