aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bruiser/bruiser.h31
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