mirror of https://github.com/CGAL/cgal
remove unused variable
This commit is contained in:
parent
c9a6e20d1e
commit
fe1b908b1d
|
|
@ -132,7 +132,7 @@ public:
|
||||||
emap.clear();
|
emap.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void swap(Self& other) {
|
void swap(Self& /* other */) {
|
||||||
// doing a real swap is not ready yet
|
// doing a real swap is not ready yet
|
||||||
#if 1
|
#if 1
|
||||||
clear();
|
clear();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue