From 4ccdd833d3b82b71918e8607ac1bd2b09188e966 Mon Sep 17 00:00:00 2001
From: Henry Weller <http://cfd.direct>
Date: Fri, 1 Jan 2016 21:21:15 +0000
Subject: [PATCH] IOdsmcFields.C: Not used, removed. Resolves bug-report
 http://openfoam.org/mantisbt/view.php?id=1959

---
 .../utilities/dsmcFields/IOdsmcFields.C       | 49 -------------------
 1 file changed, 49 deletions(-)
 delete mode 100644 src/postProcessing/functionObjects/utilities/dsmcFields/IOdsmcFields.C

diff --git a/src/postProcessing/functionObjects/utilities/dsmcFields/IOdsmcFields.C b/src/postProcessing/functionObjects/utilities/dsmcFields/IOdsmcFields.C
deleted file mode 100644
index 3847b5df83f..00000000000
--- a/src/postProcessing/functionObjects/utilities/dsmcFields/IOdsmcFields.C
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM 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 General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOdsmcFields
-
-Description
-    Instance of the generic IOOutputFilter for dsmcFields.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOdsmcFields_H
-#define IOdsmcFields_H
-
-#include "dsmcFields.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<dsmcFields> IOdsmcFields;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
-- 
GitLab