diff --git a/R/get_objects_in_strings.R b/R/get_objects_in_strings.R index 7bfc215..f31bba3 100644 --- a/R/get_objects_in_strings.R +++ b/R/get_objects_in_strings.R @@ -8,7 +8,6 @@ #' @return A character vector of object and function names found inside `glue` string templates. #' @keywords internal get_objects_in_strings <- function(xml) { - xpath_str_consts <- " //expr/STR_CONST "