[Liblas-commits] hg: wipe out a few more unused warnings

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Aug 26 22:11:14 EDT 2010


changeset 899f8743a42b in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=899f8743a42b
summary: wipe out a few more unused warnings

diffstat:

 apps/las2oci.cpp |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r eb730f89acdf -r 899f8743a42b apps/las2oci.cpp
--- a/apps/las2oci.cpp	Thu Aug 26 21:08:39 2010 -0500
+++ b/apps/las2oci.cpp	Thu Aug 26 21:11:08 2010 -0500
@@ -291,12 +291,10 @@
                 KDXIndexSummary* summary,
                 liblas::Reader* reader2, 
                 const std::string& table_name, 
-                long nCommitInterval, 
                 int srid, 
                 long pc_id,
                 bool bUseSolidGeometry,
-                bool bUse3d,
-                long nDimensions
+                bool bUse3d
                 )
 {
     ResultsVector::iterator i;
@@ -1198,12 +1196,10 @@
                      query,
                      reader2,
                      block_table_name,
-                     nCommitInterval,
                      srid,
                      pc_id,
                      bUseSolidGeometry,
-                     bUse3d,
-                     nCapacity);
+                     bUse3d);
 
 
         if (!bUseExistingBlockTable) {


More information about the Liblas-commits mailing list