mirror of
https://github.com/jarun/nnn.git
synced 2025-03-31 18:46:33 +00:00
We don't use realpath(3) anymore
This commit is contained in:
parent
24567ce6f5
commit
70d292ed24
1 changed files with 0 additions and 11 deletions
11
noice.c
11
noice.c
|
@ -101,17 +101,6 @@ xstrdup(const char *s)
|
|||
return p;
|
||||
}
|
||||
|
||||
char *
|
||||
xrealpath(const char *path)
|
||||
{
|
||||
char *p;
|
||||
|
||||
p = realpath(path, NULL);
|
||||
if (p == NULL)
|
||||
printerr(1, "realpath");
|
||||
return p;
|
||||
}
|
||||
|
||||
char *
|
||||
xdirname(const char *path)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue