aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parse_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse_util.h')
-rw-r--r--src/parse_util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/parse_util.h b/src/parse_util.h
index 0d02ab17..7c65fc71 100644
--- a/src/parse_util.h
+++ b/src/parse_util.h
@@ -138,12 +138,6 @@ size_t parse_util_get_offset_from_line(const wcstring &str, int line);
size_t parse_util_get_offset(const wcstring &str, int line, long line_offset);
/**
- Set the argv environment variable to the specified null-terminated
- array of strings.
-*/
-void parse_util_set_argv(const wchar_t * const *argv, const wcstring_list_t &named_arguments);
-
-/**
Make a duplicate of the specified string, unescape wildcard
characters but not performing any other character transformation.
*/