summaryrefslogtreecommitdiff
path: root/jmdict.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'jmdict.cpp')
-rw-r--r--jmdict.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/jmdict.cpp b/jmdict.cpp
index 2d76110..5d68183 100644
--- a/jmdict.cpp
+++ b/jmdict.cpp
@@ -51,10 +51,6 @@ namespace options {
bool beginning = false;
bool ci_search = false;
- class invalid_option : public std::runtime_error {
- invalid_option(const string& s) : std::runtime_error(s) {}
- };
-
void getFrom(int argc, char** argv) {
int opt;
while ((opt = getopt(argc, argv, "bfijJl:")) != -1)