Updated Branches: refs/heads/master 3ed8aec5b -> 7c2eed584
ACCUMULO-1595 Remove MLock.java Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7c2eed58 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7c2eed58 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7c2eed58 Branch: refs/heads/master Commit: 7c2eed5849891a361d413be52ef6179ad848f6e2 Parents: 3ed8aec Author: Christopher Tubbs <[email protected]> Authored: Tue Aug 6 12:57:31 2013 -0400 Committer: Christopher Tubbs <[email protected]> Committed: Tue Aug 6 12:57:31 2013 -0400 ---------------------------------------------------------------------- .../accumulo/server/tabletserver/MLock.java | 21 -------------------- 1 file changed, 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/7c2eed58/server/src/main/java/org/apache/accumulo/server/tabletserver/MLock.java ---------------------------------------------------------------------- diff --git a/server/src/main/java/org/apache/accumulo/server/tabletserver/MLock.java b/server/src/main/java/org/apache/accumulo/server/tabletserver/MLock.java deleted file mode 100644 index a7045dc..0000000 --- a/server/src/main/java/org/apache/accumulo/server/tabletserver/MLock.java +++ /dev/null @@ -1,21 +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.accumulo.server.tabletserver; - -public class MLock { - public static native int lockMemoryPages(); -}
