From 32cfbb4e0d592f41409ada3b5ecc1f2744bc5414 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 7 Feb 2014 21:17:44 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11508 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/fix.h b/src/fix.h index 4be3991f16..6f11272be6 100644 --- a/src/fix.h +++ b/src/fix.h @@ -196,10 +196,6 @@ class Fix : protected Pointers { void v_setup(int); void v_tally(int, int *, double, double *); - inline int sbmask(int j) { - return j >> SBBITS & 3; - } - // union data struct for packing 32-bit and 64-bit ints into double bufs // see atom_vec.h for documentation