diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-07-03 20:04:19 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-07-03 20:04:19 +0000 | 
| commit | a589866623a022f727d09a73d1e3d6d79e412ba4 (patch) | |
| tree | 038ccae78b0a72bc4cdabd55c264fa0dbcfc5291 | |
| parent | updated (diff) | |
| download | mutator-a589866623a022f727d09a73d1e3d6d79e412ba4.tar.gz mutator-a589866623a022f727d09a73d1e3d6d79e412ba4.zip | |
removed extra spaces
| -rw-r--r-- | bruiser/bruiser.h | 12 | 
1 files changed, 1 insertions, 11 deletions
| diff --git a/bruiser/bruiser.h b/bruiser/bruiser.h index 5ebdc76..b5f9e0e 100644 --- a/bruiser/bruiser.h +++ b/bruiser/bruiser.h @@ -36,9 +36,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.*  #include "clang/AST/Type.h"  #include "clang/AST/ASTTypeTraits.h"  /*llvm headers*/ - -/*boost*/ -#include "boost/circular_buffer.hpp"  /**********************************************************************************************************************/  /*using*/  using namespace tinyxml2; @@ -259,7 +256,7 @@ class SearchM0      ~SearchM0() {}; -    void Debug(void)  +    void Debug(void)      {        if (!RootPointer->NoChildren())        { @@ -272,13 +269,6 @@ class SearchM0      XMLNode* RootPointer;  };  /**********************************************************************************************************************/ -class ShellHistory -{ -  public: -    ShellHistory() {} -    boost::circular_buffer<std::string> History{SHELL_HISTORY_SIZE}; -}; -/**********************************************************************************************************************/  class Daemonize  {    public: | 
