commit | 43af1f6ad4af9e362bcf75315d30eb657d6c321d | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Wed May 20 14:30:22 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Wed May 20 14:30:22 2009 -0700 |
tree | dc41c4cc524115558c2d81625fb866d4fdfc6a03 | |
parent | b4d0fce64de16a2265b3109146ef864487fb8ab5 [diff] |
Remove pointless null assignment from PatchScreen I never should have submitted this line. The content table never discards the file list, so the effective lifecycle of the file list is the same as the content table, which is also the same as "this" (the PatchScreen instance). Setting the field to null has no purpose, and only confuses others trying to understand the code. Signed-off-by: Shawn O. Pearce <sop@google.com>