Commit 4cfd68b
committed
minor #16883 [Filesystem] filesystem > readlink: remove function declaration (alexislefebvre)
This PR was squashed before being merged into the 4.4 branch.
Discussion
----------
[Filesystem] filesystem > readlink: remove function declaration
I think that `public function` was confusing here: we don't want to define this method but we want to know how to use it.
The code will be more consistent with the other examples.
Commits
-------
47cb76d [Filesystem] filesystem > readlink: remove function declaration1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
218 | | - | |
219 | | - | |
| 217 | + | |
220 | 218 | | |
221 | 219 | | |
222 | 220 | | |
| |||
0 commit comments