Skip to content

Commit

Permalink
[build] remove readline history ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tstack committed Feb 16, 2025
1 parent 25a61fc commit bb4e632
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/readline_context.hh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
#include <set>
#include <string>

#include <readline/history.h>

#include "base/lnav.console.hh"
#include "base/result.h"
#include "help_text.hh"
Expand Down Expand Up @@ -108,8 +106,6 @@ public:

void load();

void set_history();

void save();

void add_possibility(const std::string& type, const std::string& value)
Expand Down Expand Up @@ -196,7 +192,6 @@ private:
};

std::string rc_name;
HISTORY_STATE rc_history;
std::map<std::string, std::set<std::string>> rc_possibilities;
std::map<std::string, std::vector<std::string>> rc_prototypes;
std::map<std::string, command_t*> rc_commands;
Expand Down

0 comments on commit bb4e632

Please sign in to comment.