From 9d96d09c7583f623708be835be76578e181482ac Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Tue, 12 Mar 2013 18:07:58 +0000 Subject: [PATCH] ENH: Removed unused code --- .../functionObjects/forces/forceCoeffs/forceCoeffs.H | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.H b/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.H index 74b129ea45d..b8112939b36 100644 --- a/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.H +++ b/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -128,12 +128,6 @@ class forceCoeffs scalar Aref_; - // Bin information - - //- Writer for bin data - autoPtr<writer<scalar> > binWriterPtr_; - - // Private Member Functions //- Disallow default bitwise copy construct -- GitLab