Skip to content

Commit

Permalink
Remove xdemangle as it is redundant (#180)
Browse files Browse the repository at this point in the history
* Delete src/xdemangle.hpp

* remove include for deleted file

* Remove unnecessary headers
  • Loading branch information
faze-geek authored Nov 18, 2024
1 parent e9df705 commit b1f9f75
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 77 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ set(XEUS_CPP_HEADERS
include/xeus-cpp/xmagics.hpp
include/xeus-cpp/xoptions.hpp
include/xeus-cpp/xpreamble.hpp
#src/xdemangle.hpp
#src/xinspect.hpp
#src/xsystem.hpp
#src/xparser.hpp
Expand Down
75 changes: 0 additions & 75 deletions src/xdemangle.hpp

This file was deleted.

1 change: 0 additions & 1 deletion src/xinspect.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include "xeus-cpp/xpreamble.hpp"
#include "xeus-cpp/xutils.hpp"

#include "xdemangle.hpp"
#include "xparser.hpp"

#include "clang/Interpreter/CppInterOp.h"
Expand Down

0 comments on commit b1f9f75

Please sign in to comment.