Delete unused constructors and assignment operators This prevents that the compiler complains about not being able to generate default move methods for classes with const members. Change-Id: I348d9ed0d2114755890760d809e51d99a8bec495 Signed-off-by: Bart Van Assche <bvanassche@google.com>