Revision: 69005
          http://sourceforge.net/p/brlcad/code/69005
Author:   brlcad
Date:     2016-10-06 19:03:34 +0000 (Thu, 06 Oct 2016)
Log Message:
-----------
case 2 is no longer valid as there is no return any more

Modified Paths:
--------------
    brlcad/trunk/src/libbu/tests/bu_badmagic.c

Modified: brlcad/trunk/src/libbu/tests/bu_badmagic.c
===================================================================
--- brlcad/trunk/src/libbu/tests/bu_badmagic.c  2016-10-06 16:50:08 UTC (rev 
69004)
+++ brlcad/trunk/src/libbu/tests/bu_badmagic.c  2016-10-06 19:03:34 UTC (rev 
69005)
@@ -83,11 +83,6 @@
        bu_badmagic(ptr, magic, str, file, line);
        return 1;
     case 2:
-       *ptr = BU_BITV_MAGIC;
-       magic = BU_BITV_MAGIC;
-       str = (char *)bu_identify_magic(*ptr);
-       expected_str = "\0";
-       bu_badmagic(ptr, magic, str, file, line);
        return 0;
     case 3:
        ptr = NULL;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to