You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2014/12/19 13:43:06 UTC

cassandra git commit: Fix build

Repository: cassandra
Updated Branches:
  refs/heads/trunk 2f072f4d8 -> 382834d4e


Fix build


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

Branch: refs/heads/trunk
Commit: 382834d4e49dbd305bb299ce911592838a5e1e3e
Parents: 2f072f4
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Fri Dec 19 13:43:00 2014 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Fri Dec 19 13:43:00 2014 +0100

----------------------------------------------------------------------
 src/java/org/apache/cassandra/io/sstable/CQLSSTableWriter.java | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/382834d4/src/java/org/apache/cassandra/io/sstable/CQLSSTableWriter.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/io/sstable/CQLSSTableWriter.java b/src/java/org/apache/cassandra/io/sstable/CQLSSTableWriter.java
index 1ae3293..ec590f3 100644
--- a/src/java/org/apache/cassandra/io/sstable/CQLSSTableWriter.java
+++ b/src/java/org/apache/cassandra/io/sstable/CQLSSTableWriter.java
@@ -77,12 +77,6 @@ import org.apache.cassandra.utils.Pair;
  */
 public class CQLSSTableWriter implements Closeable
 {
-    static
-    {
-        // The CQLSSTableWriter must always be used in client mode.
-        Config.setClientMode(true);
-    }
-
     private final AbstractSSTableSimpleWriter writer;
     private final UpdateStatement insert;
     private final List<ColumnSpecification> boundNames;