aboutsummaryrefslogtreecommitdiff
path: root/src/misc2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc2.h')
-rw-r--r--src/misc2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/misc2.h b/src/misc2.h
index abf74db192..44c0a8be0f 100644
--- a/src/misc2.h
+++ b/src/misc2.h
@@ -68,7 +68,6 @@ void set_fileformat(int t, int opt_flags);
int default_fileformat(void);
int call_shell(char_u *cmd, ShellOpts opts, char_u *extra_shell_arg);
int get_real_state(void);
-int same_directory(char_u *f1, char_u *f2);
int vim_chdirfile(char_u *fname);
int illegal_slash(char *name);
int vim_chdir(char_u *new_dir);