Alignment: To use default copy constructor in the constraints 64/29864/1
authorXiangyin Ma <x1.ma@samsung.com>
Wed, 5 Nov 2014 11:10:53 +0000 (11:10 +0000)
committerXiangyin Ma <x1.ma@samsung.com>
Wed, 5 Nov 2014 11:12:01 +0000 (11:12 +0000)
[Problem] Klocwork issues

[Cause] Class defines a copy contructor, but not assignment operator

[Solution] The default copy contructor has the same behaviour with the current defined ones
           So remove them and use the default one instead

Change-Id: I0ff86d4b44d4ed07f2929b530359d83461712279


No differences found