Commit 28b894a1 authored by Stan Moore's avatar Stan Moore
Browse files

Remove unnecessary semicolon

parent f72d38e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ class KokkosLMP : protected Pointers {
      value = NeedDup<HALFTHREAD,DeviceType>::value;
  
    return value;
  };
  }

 private:
  static void my_signal_handler(int);