diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-05-18 18:40:22 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-05-18 18:40:22 +0000 | 
| commit | de35f86c0a11f0a88496e54363659905655e0e53 (patch) | |
| tree | 785bad076694e09be131015549d90058d1adec67 /bruiser | |
| parent | fixed the history command. now it prints the contents of the history file (diff) | |
| download | mutator-de35f86c0a11f0a88496e54363659905655e0e53.tar.gz mutator-de35f86c0a11f0a88496e54363659905655e0e53.zip | |
changed  a comment
Diffstat (limited to 'bruiser')
| -rw-r--r-- | bruiser/bruiser.h | 31 | 
1 files changed, 1 insertions, 30 deletions
| 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<bruiser::Amino> Aminos; -};  /**********************************************************************************************************************/  } // end of namespace bruiser  #endif | 
