From: Ben Pfaff Date: Sun, 12 Sep 2010 21:06:55 +0000 (-0700) Subject: AGGREGATE: Simplify code. X-Git-Tag: sav-api~16 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf43c539407ac9a76154605d83247aa98d712426;hp=cf43c539407ac9a76154605d83247aa98d712426;p=pspp AGGREGATE: Simplify code. ds_chomp() returns whether it trimmed off a character, and we might as well use that instead of doing a redundant check. ---