diff options
author | Carl Shapiro <cshapiro@google.com> | 2011-08-14 15:54:24 -0700 |
---|---|---|
committer | Carl Shapiro <cshapiro@google.com> | 2011-08-14 15:54:24 -0700 |
commit | ad107abee00fb523b9fda575a40395e9d6d9510d (patch) | |
tree | 9db5ff4af4613224ed136bedce10b88538933bff /src/mark_sweep.cc | |
parent | 650a07d237f219ee6f23cfe939118e6f9c48f4d3 (diff) | |
download | art-ad107abee00fb523b9fda575a40395e9d6d9510d.zip art-ad107abee00fb523b9fda575a40395e9d6d9510d.tar.gz art-ad107abee00fb523b9fda575a40395e9d6d9510d.tar.bz2 |
Remove author attributions.
Change-Id: I58d2983ce41f6b3f3a4e1bbd1d075e794b8257e3
Diffstat (limited to 'src/mark_sweep.cc')
-rw-r--r-- | src/mark_sweep.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mark_sweep.cc b/src/mark_sweep.cc index ffc3977..523b9e4 100644 --- a/src/mark_sweep.cc +++ b/src/mark_sweep.cc @@ -1,5 +1,4 @@ // Copyright 2011 Google Inc. All Rights Reserved. -// Author: cshapiro@google.com (Carl Shapiro) #include "mark_sweep.h" |