Revision: 76111
http://sourceforge.net/p/brlcad/code/76111
Author: starseeker
Date: 2020-06-11 17:27:32 +0000 (Thu, 11 Jun 2020)
Log Message:
-----------
Remove a few more unused elements
Modified Paths:
--------------
brlcad/branches/bioh/src/burst2/burst.cpp
brlcad/branches/bioh/src/burst2/burst.h
Modified: brlcad/branches/bioh/src/burst2/burst.cpp
===================================================================
--- brlcad/branches/bioh/src/burst2/burst.cpp 2020-06-11 17:15:11 UTC (rev
76110)
+++ brlcad/branches/bioh/src/burst2/burst.cpp 2020-06-11 17:27:32 UTC (rev
76111)
@@ -128,13 +128,10 @@
bu_vls_init(&s->objects);
bu_vls_init(&s->outfile);
bu_vls_init(&s->plotfile);
- memset(s->scrbuf, 0, LNBUFSZ);
- memset(s->scriptfile, 0, LNBUFSZ);
bu_vls_init(&s->shotfile);
bu_vls_init(&s->shotlnfile);
memset(s->timer, 0, TIMER_LEN);
bu_vls_init(&s->cmdhist);
- s->cmdptr = NULL;
s->bdist = DFL_BDIST;
VSET(s->burstpoint, 0.0, 0.0, 0.0);
s->cellsz = DFL_CELLSIZE;
Modified: brlcad/branches/bioh/src/burst2/burst.h
===================================================================
--- brlcad/branches/bioh/src/burst2/burst.h 2020-06-11 17:15:11 UTC (rev
76110)
+++ brlcad/branches/bioh/src/burst2/burst.h 2020-06-11 17:27:32 UTC (rev
76111)
@@ -125,13 +125,10 @@
struct bu_vls objects; /* list of objects from MGED file */
struct bu_vls outfile; /* burst point library output file name */
struct bu_vls plotfile; /* 3-D UNIX plot file name (debugging) */
- char scrbuf[LNBUFSZ]; /* scratch buffer for temporary use */
- char scriptfile[LNBUFSZ]; /* shell script file name */
struct bu_vls shotfile; /* input file of firing coordinates */
struct bu_vls shotlnfile; /* shotline output file name */
+
char timer[TIMER_LEN]; /* CPU usage statistics */
- char tmpfname[TIMER_LEN]; /* temporary file for logging input */
- char *cmdptr; /* */
fastf_t bdist; /* fusing distance for warhead */
fastf_t burstpoint[3]; /* explicit burst point coordinates */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits