Closed
Bug 1164559
Opened 10 years ago
Closed 10 years ago
Remove usage of |#ifdef PR_LOGGING| from storage
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
FIXED
mozilla41
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | fixed |
People
(Reporter: erahm, Assigned: erahm)
References
Details
Attachments
(2 files)
|
8.00 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
|
3.29 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
In bug 1161238 we plan on removing |--disable-logging| which makes |#ifdef PR_LOGGING| redundant.
| Assignee | ||
Comment 1•10 years ago
|
||
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
Attachment #8605429 -
Flags: review?(nfroyd)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → erahm
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8605430 -
Flags: review?(nfroyd)
| Assignee | ||
Comment 3•10 years ago
|
||
| Assignee | ||
Comment 4•10 years ago
|
||
Updated•10 years ago
|
Attachment #8605429 -
Flags: review?(nfroyd) → review+
Updated•10 years ago
|
Attachment #8605430 -
Flags: review?(nfroyd) → review+
| Assignee | ||
Comment 5•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/1e0f32a8185e
https://hg.mozilla.org/mozilla-central/rev/3a3ab74e0e62
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
Updated•1 year ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•