diff options
author | terry%netscape.com <> | 1999-02-26 08:42:52 +0100 |
---|---|---|
committer | terry%netscape.com <> | 1999-02-26 08:42:52 +0100 |
commit | 96341b167e2bef17633f16fccd22c52d43ed45f0 (patch) | |
tree | f6dbc5ec85fc66011b2d1f505bb8d4136d7c804e | |
parent | c3d6fbec9297a629b02e24373fed65515663e733 (diff) | |
download | bugzilla-96341b167e2bef17633f16fccd22c52d43ed45f0.tar.gz bugzilla-96341b167e2bef17633f16fccd22c52d43ed45f0.tar.xz |
Removed MacOS/PPC component.
-rwxr-xr-x | makecomponenttable.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makecomponenttable.sh b/makecomponenttable.sh index 4354abaa6..0a4b0f104 100755 --- a/makecomponenttable.sh +++ b/makecomponenttable.sh @@ -133,7 +133,6 @@ insert into components (value, program, initialowner, initialqacontact, descript insert into components (value, program, initialowner, initialqacontact) values ("Platform: Lesstif on Linux", "Mozilla", "ramiro@netscape.com", ""); -insert into components (value, program, initialowner, initialqacontact) values ("Platform: MacOS/PPC", "Mozilla", "sdagley@netscape.com", ""); insert into components (value, program, initialowner, initialqacontact) values ("Platform: Rhapsody", "Mozilla", "mcafee@netscape.com", ""); insert into components (value, program, initialowner, initialqacontact) values ("Platform: MFC/Win32 on Windows", "Mozilla", "blythe@netscape.com", ""); |