Closed
Bug 97678
Opened 24 years ago
Closed 24 years ago
nsInputStream2.idl and nsIOutputStream2.idl need to be removed
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: jud, Assigned: gagan)
Details
they're not used. mac prj needs modifying (pulling mac now). assuming mac idl
removal, and cvs removal of the files, can I get an r/sr?
Index: Makefile.in
===================================================================
RCS file: /cvsroot/mozilla/netwerk/core/public/Makefile.in,v
retrieving revision 1.1
diff -u -r1.1 Makefile.in
--- Makefile.in 2000/06/16 18:17:59 1.1
+++ Makefile.in 2001/08/30 22:20:41
@@ -31,8 +31,6 @@
XPIDLSRCS = \
nsISimpleFailure.idl \
nsICompletionEventListener.idl \
- nsIInputStream2.idl \
- nsIOutputStream2.idl \
$(NULL)
include $(topsrcdir)/config/rules.mk
Index: makefile.win
===================================================================
RCS file: /cvsroot/mozilla/netwerk/core/public/makefile.win,v
retrieving revision 1.1
diff -u -r1.1 makefile.win
--- makefile.win 2000/06/16 18:17:59 1.1
+++ makefile.win 2001/08/30 22:20:41
@@ -27,8 +27,6 @@
XPIDLSRCS = \
.\nsISimpleFailure.idl \
.\nsICompletionEventListener.idl\
- .\nsIInputStream2.idl \
- .\nsIOutputStream2.idl \
$(NULL)
include <$(DEPTH)/config/rules.mak>
Comment 2•24 years ago
|
||
Jud,
I think this is invalid since this entire directory has been removed. marking
as such.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
./core is gone, for example,
http://lxr.mozilla.org/mozilla1.0/source/netwerk/
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•