Closed
Bug 1115052
Opened 10 years ago
Closed 10 years ago
"WARNING: Token 'INFINITY' defined, but not used" when running update-uuids
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1140509
People
(Reporter: RyanVM, Unassigned)
References
Details
$ ./mach update-uuids nsIURIClassifier nsIUrlClassifierDBServiceWorker
WARNING: Token 'INFINITY' defined, but not used
WARNING: There is 1 unused token
Updated•10 years ago
|
Component: mach → XPCOM
Comment 1•10 years ago
|
||
I see this a lot during a normal build that rebuilds xpidls. I guess it's from bug 978611? That looks like it removed the production that used that token:
https://hg.mozilla.org/mozilla-central/rev/327b5e8a6708#l37.364
I think we can just remove this line and get rid of this:
https://hg.mozilla.org/mozilla-central/annotate/33781a3a5201/xpcom/idl-parser/xpidl.py#l997
Depends on: 978611
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•