aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/enum_thorough.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/enum_thorough.i')
-rw-r--r--Examples/test-suite/enum_thorough.i2
1 files changed, 0 insertions, 2 deletions
diff --git a/Examples/test-suite/enum_thorough.i b/Examples/test-suite/enum_thorough.i
index 3beefccc0..b8eb3df0d 100644
--- a/Examples/test-suite/enum_thorough.i
+++ b/Examples/test-suite/enum_thorough.i
@@ -89,8 +89,6 @@ struct SpeedClass {
const colour myColour2;
speedtd1 mySpeedtd1;
SpeedClass() : myColour2(red), mySpeedtd1(slow) { }
-private:
- SpeedClass& operator=(const SpeedClass&);
};
int speedTest0(int s) { return s; }