From de35f86c0a11f0a88496e54363659905655e0e53 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 18 May 2017 23:10:22 +0430 Subject: changed a comment --- bruiser/bruiser.h | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) (limited to 'bruiser') diff --git a/bruiser/bruiser.h b/bruiser/bruiser.h index 4e9c2e7..46ff224 100644 --- a/bruiser/bruiser.h +++ b/bruiser/bruiser.h @@ -2,7 +2,7 @@ /***************************************************Project Mutator****************************************************/ //-*-c++-*- /*first line intentionally left blank.*/ -/*the header for mutator's code breaker.*/ +/*the header for bruiser's main.*/ /*Copyright (C) 2017 Farzad Sadeghi This program is free software; you can redistribute it and/or @@ -104,15 +104,6 @@ namespace bruiser #undef X /**********************************************************************************************************************/ /*Enums*/ - /** - * @brief Gene Kinds. - */ - enum class DoomKind {UnidentifiedGene, - CStyleCastExpr, ExplicitCastExpr, ImplicitCastExpr, - Stmt, CompoundStmt, LoopStmt, ForStmt, WhileStmt, IfStmt, ElseStmt, DoStmt, SwitchStmt, CaseStmt, - Decl, FunctionDecl, ClassDecl, VarDecl, RecordDecl, ArrayDecl, StructDecl, UnionDecl, VectorDecl, - MapDecl, UnorderedMapDecl, MemberFunctionDecl, TemplateDecl, ClassTemplateDecl, ParmVarDecl - }; /**********************************************************************************************************************/ struct help { @@ -264,26 +255,6 @@ class Daemonize std::string Opts; }; /**********************************************************************************************************************/ -class Amino -{ - public: - - private: -}; -/**********************************************************************************************************************/ -/** - * @brief A container class for the bad genes - */ -class DoomedStrain -{ - public: - DoomedStrain() {} - ~DoomedStrain() {} - - - private: - std::vector Aminos; -}; /**********************************************************************************************************************/ } // end of namespace bruiser #endif -- cgit v1.2.3