Closed
Bug 1081805
Opened 10 years ago
Closed 10 years ago
Remove tools/uuiddeps/, which is ancient and unused
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
Attachments
(2 files)
29.87 KB,
text/plain
|
Details | |
4.54 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
tools/uuiddeps/ is a Bash script (gross!) that identifies where uuids are
defined and referenced. It landed in November 2002, has received only trivial
changes since (mass license changes and mass spelling fixes), and it doesn't
seem useful.
Assignee | ||
Updated•10 years ago
|
Summary: Remove tools/uuideps/, which is ancient and unused → Remove tools/uuiddeps/, which is ancient and unused
Assignee | ||
Comment 1•10 years ago
|
||
Here is sample output. (I had to change to instances of |[:space:]| to |[[:space:]]| for this to work.)
The output seems at least partly correct, though lots of files supposedly rely on |kNS_|, which seems bogus.
Given the unfixed script errors and the partly-incorrect output, it seems likely that nobody is using this script.
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8503885 -
Flags: review?(bzbarsky)
Comment 3•10 years ago
|
||
Comment on attachment 8503885 [details] [diff] [review]
Remove tools/uuiddeps/, which is ancient and unused
r=me
Attachment #8503885 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•