diff --git a/gamgee/variant/genotype.h b/gamgee/variant/genotype.h index 02b12b57b..56f781e1a 100644 --- a/gamgee/variant/genotype.h +++ b/gamgee/variant/genotype.h @@ -29,17 +29,6 @@ class Genotype{ */ Genotype(const std::shared_ptr& body, const bcf_fmt_t* const format_ptr, const uint8_t* data_ptr); - /** - * @brief copying of the Genotype object is not allowed. - */ - Genotype(const Genotype& other) = delete; - - /** - * @brief copying of the Genotype object is not allowed. - * @param other Other genotype. - */ - Genotype& operator=(const Genotype& other) = delete; - /** * @brief Explicit default as recommended by many threads on stackoverflow. * @param other Other genotype.