Revision: 42442
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42442&view=rev
Author:   brlcad
Date:     2011-01-19 08:51:43 +0000 (Wed, 19 Jan 2011)

Log Message:
-----------
storage.c is no longer needed.

Modified Paths:
--------------
    brlcad/trunk/misc/win32-msvc8/librt/librt.vcproj
    brlcad/trunk/src/librt/CMakeLists.txt
    brlcad/trunk/src/librt/Makefile.am

Removed Paths:
-------------
    brlcad/trunk/src/librt/storage.c

Modified: brlcad/trunk/misc/win32-msvc8/librt/librt.vcproj
===================================================================
--- brlcad/trunk/misc/win32-msvc8/librt/librt.vcproj    2011-01-19 08:50:08 UTC 
(rev 42441)
+++ brlcad/trunk/misc/win32-msvc8/librt/librt.vcproj    2011-01-19 08:51:43 UTC 
(rev 42442)
@@ -988,10 +988,6 @@
                                >
                        </File>
                        <File
-                               RelativePath="..\..\..\src\librt\storage.c"
-                               >
-                       </File>
-                       <File
                                
RelativePath="..\..\..\src\librt\primitives\submodel\submodel.c"
                                >
                        </File>

Modified: brlcad/trunk/src/librt/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/librt/CMakeLists.txt       2011-01-19 08:50:08 UTC (rev 
42441)
+++ brlcad/trunk/src/librt/CMakeLists.txt       2011-01-19 08:51:43 UTC (rev 
42442)
@@ -201,7 +201,6 @@
     roots.c
     shoot.c
     spectrum.c
-    storage.c
     tcl.c
     transform.c
     tree.c

Modified: brlcad/trunk/src/librt/Makefile.am
===================================================================
--- brlcad/trunk/src/librt/Makefile.am  2011-01-19 08:50:08 UTC (rev 42441)
+++ brlcad/trunk/src/librt/Makefile.am  2011-01-19 08:51:43 UTC (rev 42442)
@@ -238,7 +238,6 @@
        roots.c \
        shoot.c \
        spectrum.c \
-       storage.c \
        tcl.c \
        timer42.c \
        transform.c \

Deleted: brlcad/trunk/src/librt/storage.c
===================================================================
--- brlcad/trunk/src/librt/storage.c    2011-01-19 08:50:08 UTC (rev 42441)
+++ brlcad/trunk/src/librt/storage.c    2011-01-19 08:51:43 UTC (rev 42442)
@@ -1,50 +0,0 @@
-/*                       S T O R A G E . C
- * BRL-CAD
- *
- * Copyright (c) 2004-2011 United States Government as represented by
- * the U.S. Army Research Laboratory.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * version 2.1 as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this file; see the file named COPYING for more
- * information.
- */
-/** @addtogroup librt */
-/** @{ */
-/** @file storage.c
- *
- * Ray Tracing program, storage manager.
- *
- */
-/** @} */
-
-#include "common.h"
-
-#include <stdio.h>
-#include <string.h>
-#include "bio.h"
-
-#include "vmath.h"
-#include "raytrace.h"
-#include "bu.h"
-
-
-
-
-/*
- * Local Variables:
- * mode: C
- * tab-width: 8
- * indent-tabs-mode: t
- * c-file-style: "stroustrup"
- * End:
- * ex: shiftwidth=4 tabstop=8
- */


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

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to