diff options
| author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2020-07-05 19:19:36 +0200 |
|---|---|---|
| committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2020-07-05 19:19:36 +0200 |
| commit | 2511c439727226f64def8b15b38d084db187cf55 (patch) | |
| tree | f56b1716af16025a32795691161b75c8a0362fb9 /modules/mono/utils/path_utils.h | |
| parent | 772f693e5b8b5912d422e8effb8d6a72260edcfc (diff) | |
| download | redot-engine-2511c439727226f64def8b15b38d084db187cf55.tar.gz | |
Mono/C#: Fix several clang-tidy warnings and cleanup
Diffstat (limited to 'modules/mono/utils/path_utils.h')
| -rw-r--r-- | modules/mono/utils/path_utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/mono/utils/path_utils.h b/modules/mono/utils/path_utils.h index 9965f58b0a..bcd8af8bb9 100644 --- a/modules/mono/utils/path_utils.h +++ b/modules/mono/utils/path_utils.h @@ -40,8 +40,6 @@ String join(const String &p_a, const String &p_b); String join(const String &p_a, const String &p_b, const String &p_c); String join(const String &p_a, const String &p_b, const String &p_c, const String &p_d); -String find_executable(const String &p_name); - /// Returns a normalized absolute path to the current working directory String cwd(); |
