Remove redundant return
This commit is contained in:
parent
9fd5953ed9
commit
b8b014036e
@ -66,6 +66,5 @@ module StringInreplaceExtension
|
||||
def get_make_var flag
|
||||
m = match Regexp.new("^#{flag}[ \\t]*=[ \\t]*(.*)$")
|
||||
return m[1] if m
|
||||
return nil
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user