Berthold Stoeger 074ddc0596 Remove function isCloudUrl()
The function isCloudUrl() was only called in one place, parse_file().
But, isCloudUrl() could only return true if the filename was of the
git-repository kind (url[branch]). In such a case, control flow would
never reach the point where isCloudUrl() is called, since
is_git_repository() returns non-NULL and the function returns early.

Therefore, remove this function. Moreover, adapt the affected if-statement
by replacing "str && !strcmp(str, ...)" with the more concise
"same_string(str, ...)".

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2017-12-14 17:01:05 +01:00
..
2017-12-07 18:15:40 +01:00
2017-11-18 21:57:33 +01:00
2017-11-25 20:13:01 +01:00
2017-04-29 13:32:55 -07:00
2017-11-25 20:13:01 +01:00
2017-11-25 20:13:01 +01:00
2017-10-26 14:37:39 +02:00
2017-04-29 13:32:55 -07:00
2017-12-14 17:01:05 +01:00
2017-05-26 15:52:04 -07:00
2017-12-13 05:03:36 -08:00
2017-11-22 19:22:29 +01:00
2017-11-22 19:22:29 +01:00
2017-10-08 19:41:54 +03:00
2017-11-29 01:22:17 +01:00
2017-11-27 13:42:10 -08:00
2017-05-26 15:44:36 -07:00
2017-11-29 14:56:39 -08:00
2017-11-25 20:13:01 +01:00
2017-07-19 06:21:23 -07:00
2017-11-19 12:20:43 -08:00
2017-12-14 17:01:05 +01:00
2017-11-25 20:13:01 +01:00
2017-12-14 17:01:05 +01:00
2017-04-29 13:32:55 -07:00
2017-10-29 20:00:53 +01:00
2017-04-29 13:32:55 -07:00
2017-04-29 13:32:55 -07:00
2017-10-04 08:05:09 -07:00
2017-04-29 13:32:55 -07:00
2017-07-17 16:50:03 -07:00
2017-04-29 13:32:55 -07:00
2017-11-24 07:56:10 -08:00
2017-11-22 19:22:29 +01:00