* Stripped the build of obsolete parts of the old networker no longer in use.
[citadel.git] / citadel / serv_vcard.c
index 2a67d9f874002ca7440d3aac49df3a785262e3bf..102b2d76636539cb935f2448471a98c0b91bf03a 100644 (file)
@@ -453,11 +453,6 @@ void vcard_purge(char *username, long usernum) {
 
         CtdlSaveMsg(msg, "", ADDRESS_BOOK_ROOM, MES_LOCAL);
         CtdlFreeMessage(msg);
-
-       /* Start a netproc run in the background, so the "purge" message
-        * gets flushed out of the room immediately
-        */
-       system("./netproc &");
 }