diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/parsePrep.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/parsePrep.c b/build/parsePrep.c index 4e13f67b7..11553e741 100644 --- a/build/parsePrep.c +++ b/build/parsePrep.c @@ -54,7 +54,6 @@ static int checkOwners(const char *urlfn) * @param removeEmpties include -E? * @return expanded %patch macro (NULL on error) */ - */ /*@observer@*/ static char *doPatch(Spec spec, int c, int strip, const char *db, int reverse, int removeEmpties) { @@ -145,7 +144,6 @@ static int checkOwners(const char *urlfn) * @param quietly should -vv be omitted from tar? * @return expanded %setup macro (NULL on error) */ - */ /*@observer@*/ static const char *doUntar(Spec spec, int c, int quietly) { const char *fn, *urlfn; |