summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-03 19:39:04 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-03 19:39:04 +0100
commit15d0d75368775796a52383d17ebabff76813f31f (patch)
tree2ed037e01fd29dbb95664e071fbabaef1582adb9 /src
parent7fc91b9f199fe96dade005f5fe2f09c8c6486897 (diff)
remove dead code
Diffstat (limited to 'src')
-rw-r--r--src/search.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/search.cpp b/src/search.cpp
index 3338a1e..b8db23f 100644
--- a/src/search.cpp
+++ b/src/search.cpp
@@ -238,9 +238,6 @@ bool ts_string_contains(char *text_to_search, utf8_int8_t *text_to_find, ts_arra
}
return final_result;
-
-set_info_and_return_failure:
- return false;
}
static void _ts_search_file(ts_found_file *ref, ts_file_content content, ts_search_result *result)