Chad Versace writes:
> If either argument to driConcatConfigs(a, b) is null or the empty list,
> then simply return the other argument as the resultant list.
>
> All callers were accomplishing that same behavior anyway. And each caller
> accopmplished it with the same pattern. So this patch moves
If either argument to driConcatConfigs(a, b) is null or the empty list,
then simply return the other argument as the resultant list.
All callers were accomplishing that same behavior anyway. And each caller
accopmplished it with the same pattern. So this patch moves that external
pattern into the