From 39ff5c57225dd173c78f0dd7a0657d5a39ead4ed Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 2 Oct 2022 14:48:17 -0400 Subject: [PATCH] remove unused enums --- src/fix_vector.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/fix_vector.cpp b/src/fix_vector.cpp index e160bd5b4d..f1da015382 100644 --- a/src/fix_vector.cpp +++ b/src/fix_vector.cpp @@ -25,9 +25,6 @@ using namespace LAMMPS_NS; using namespace FixConst; -enum { ONE, RUNNING, WINDOW }; -enum { SCALAR, VECTOR }; - /* ---------------------------------------------------------------------- */ FixVector::FixVector(LAMMPS *lmp, int narg, char **arg) :