Skip to content

Commit

Permalink
refactor: drop unused boost optional
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck authored and graphemecluster committed Oct 14, 2023
1 parent 874390b commit ada8805
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rime/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <unordered_set>
#include <utility>
#include <vector>
#include <boost/optional.hpp>
#define BOOST_BIND_NO_PLACEHOLDERS
#include <boost/signals2/connection.hpp>
#include <boost/signals2/signal.hpp>
Expand All @@ -39,7 +38,6 @@

namespace rime {

using boost::optional;
using std::function;
using std::list;
using std::make_pair;
Expand Down

0 comments on commit ada8805

Please sign in to comment.