Oops - patch failed in last commit ????

This commit is contained in:
Brian Somers 1998-05-23 22:27:53 +00:00
parent 0f2f3eb395
commit 0438ce3a88
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36315

View file

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: bundle.c,v 1.3 1998/05/23 17:05:26 brian Exp $
* $Id: bundle.c,v 1.4 1998/05/23 22:24:27 brian Exp $
*/
#include <sys/types.h>
@ -801,12 +801,6 @@ bundle_Create(const char *prefix, int type)
/* Clean out any leftover crud */
bundle_CleanInterface(&bundle);
if (prompt) {
/* Retrospectively introduce ourselves to the prompt */
prompt->bundle = &bundle;
bundle_RegisterDescriptor(&bundle, &prompt->desc);
}
return &bundle;
}