remove unnecessary class

Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/16f6b0ca
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/16f6b0ca
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/16f6b0ca

Branch: refs/heads/trunk
Commit: 16f6b0ca10de59a1b6e1eb2eb7c899b700890680
Parents: 587cb58
Author: Yuki Morishita <mor.y...@gmail.com>
Authored: Tue Apr 10 13:23:52 2012 -0500
Committer: Jonathan Ellis <jbel...@apache.org>
Committed: Tue May 8 12:51:11 2012 -0500

----------------------------------------------------------------------
 .../cassandra/gms/GossipShutdownMessage.java       |   34 ---------------
 1 files changed, 0 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/16f6b0ca/src/java/org/apache/cassandra/gms/GossipShutdownMessage.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/gms/GossipShutdownMessage.java 
b/src/java/org/apache/cassandra/gms/GossipShutdownMessage.java
deleted file mode 100644
index 5bcd646..0000000
--- a/src/java/org/apache/cassandra/gms/GossipShutdownMessage.java
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.cassandra.gms;
-
-import org.apache.cassandra.io.IVersionedSerializer;
-
-import java.io.DataInput;
-import java.io.DataOutput;
-import java.io.IOException;
-
-/**
- * This message indicates the gossiper is shutting down
- */
-class GossipShutdownMessage
-{
-    GossipShutdownMessage()
-    {
-    }
-}

Reply via email to