[Groonga-commit] groonga/grnxx at 44e7839 [master] Remove an unused directory.

Back to archive index

susumu.yata null+****@clear*****
Tue Jul 23 13:42:16 JST 2013


susumu.yata	2013-07-23 13:42:16 +0900 (Tue, 23 Jul 2013)

  New Revision: 44e78398a37c67b38fc7c5b153af93b9fd8557e7
  https://github.com/groonga/grnxx/commit/44e78398a37c67b38fc7c5b153af93b9fd8557e7

  Message:
    Remove an unused directory.

  Removed files:
    lib/grnxx/map/array_map/Makefile.am
    lib/grnxx/map/array_map/dummy.cpp
    lib/grnxx/map/array_map/dummy.hpp
    lib/grnxx/map/array_map/header.cpp
    lib/grnxx/map/array_map/header.hpp
  Modified files:
    configure.ac
    lib/grnxx/map/Makefile.am

  Modified: configure.ac (+0 -1)
===================================================================
--- configure.ac    2013-07-23 13:24:35 +0900 (f9b1433)
+++ configure.ac    2013-07-23 13:42:16 +0900 (881d63c)
@@ -62,7 +62,6 @@ AC_CONFIG_FILES([Makefile
                  lib/grnxx/Makefile
                  lib/grnxx/charset/Makefile
                  lib/grnxx/map/Makefile
-                 lib/grnxx/map/array_map/Makefile
                  lib/grnxx/map/double_array/Makefile
                  lib/grnxx/map/hash_table/Makefile
                  lib/grnxx/map/patricia/Makefile

  Modified: lib/grnxx/map/Makefile.am (+0 -2)
===================================================================
--- lib/grnxx/map/Makefile.am    2013-07-23 13:24:35 +0900 (296bff7)
+++ lib/grnxx/map/Makefile.am    2013-07-23 13:42:16 +0900 (e856a43)
@@ -1,5 +1,4 @@
 SUBDIRS =						\
-	array_map					\
 	double_array					\
 	hash_table					\
 	patricia
@@ -7,7 +6,6 @@ SUBDIRS =						\
 noinst_LTLIBRARIES = libgrnxx_map.la
 
 libgrnxx_map_la_LIBADD =				\
-	array_map/libgrnxx_map_array_map.la		\
 	double_array/libgrnxx_map_double_array.la	\
 	hash_table/libgrnxx_map_hash_table.la		\
 	patricia/libgrnxx_map_patricia.la

  Deleted: lib/grnxx/map/array_map/Makefile.am (+0 -12) 100644
===================================================================
--- lib/grnxx/map/array_map/Makefile.am    2013-07-23 13:24:35 +0900 (79ecb61)
+++ /dev/null
@@ -1,12 +0,0 @@
-noinst_LTLIBRARIES = libgrnxx_map_array_map.la
-
-libgrnxx_map_array_map_la_LDFLAGS = @AM_LTLDFLAGS@
-
-libgrnxx_map_array_map_la_SOURCES =		\
-	dummy.cpp				\
-	header.cpp
-
-libgrnxx_map_array_map_includedir = ${includedir}/grnxx/map/array_map
-libgrnxx_map_array_map_include_HEADERS =	\
-	dummy.hpp				\
-	header.hpp

  Deleted: lib/grnxx/map/array_map/dummy.cpp (+0 -28) 100644
===================================================================
--- lib/grnxx/map/array_map/dummy.cpp    2013-07-23 13:24:35 +0900 (c4a196a)
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-  Copyright (C) 2012-2013  Brazil, Inc.
-
-  This library is free software; you can redistribute it and/or
-  modify it under the terms of the GNU Lesser General Public
-  License as published by the Free Software Foundation; either
-  version 2.1 of the License, or (at your option) any later version.
-
-  This library is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-  Lesser General Public License for more details.
-
-  You should have received a copy of the GNU Lesser General Public
-  License along with this library; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-*/
-#include "grnxx/map/array_map/dummy.hpp"
-
-#include "grnxx/map/array_map/header.hpp"
-
-namespace grnxx {
-namespace map {
-namespace array_map {
-
-}  // namespace array_map
-}  // namespace map
-}  // namespace grnxx

  Deleted: lib/grnxx/map/array_map/dummy.hpp (+0 -31) 100644
===================================================================
--- lib/grnxx/map/array_map/dummy.hpp    2013-07-23 13:24:35 +0900 (9fd5b99)
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
-  Copyright (C) 2012-2013  Brazil, Inc.
-
-  This library is free software; you can redistribute it and/or
-  modify it under the terms of the GNU Lesser General Public
-  License as published by the Free Software Foundation; either
-  version 2.1 of the License, or (at your option) any later version.
-
-  This library is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-  Lesser General Public License for more details.
-
-  You should have received a copy of the GNU Lesser General Public
-  License along with this library; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-*/
-#ifndef GRNXX_MAP_ARRAY_MAP_DUMMY_HPP
-#define GRNXX_MAP_ARRAY_MAP_DUMMY_HPP
-
-#include "grnxx/features.hpp"
-
-namespace grnxx {
-namespace map {
-namespace array_map {
-
-}  // namespace array_map
-}  // namespace map
-}  // namespace grnxx
-
-#endif  // GRNXX_MAP_ARRAY_MAP_DUMMY_HPP

  Deleted: lib/grnxx/map/array_map/header.cpp (+0 -32) 100644
===================================================================
--- lib/grnxx/map/array_map/header.cpp    2013-07-23 13:24:35 +0900 (b25b4d1)
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
-  Copyright (C) 2012-2013  Brazil, Inc.
-
-  This library is free software; you can redistribute it and/or
-  modify it under the terms of the GNU Lesser General Public
-  License as published by the Free Software Foundation; either
-  version 2.1 of the License, or (at your option) any later version.
-
-  This library is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-  Lesser General Public License for more details.
-
-  You should have received a copy of the GNU Lesser General Public
-  License along with this library; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-*/
-#include "grnxx/map/array_map/header.hpp"
-
-#include "grnxx/storage.hpp"
-
-namespace grnxx {
-namespace map {
-namespace array_map {
-
-Header::Header()
-    : map_type(MAP_ARRAY),
-      keys_storage_node_id(STORAGE_INVALID_NODE_ID) {}
-
-}  // namespace array_map
-}  // namespace map
-}  // namespace grnxx

  Deleted: lib/grnxx/map/array_map/header.hpp (+0 -41) 100644
===================================================================
--- lib/grnxx/map/array_map/header.hpp    2013-07-23 13:24:35 +0900 (fab8fa2)
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
-  Copyright (C) 2012-2013  Brazil, Inc.
-
-  This library is free software; you can redistribute it and/or
-  modify it under the terms of the GNU Lesser General Public
-  License as published by the Free Software Foundation; either
-  version 2.1 of the License, or (at your option) any later version.
-
-  This library is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-  Lesser General Public License for more details.
-
-  You should have received a copy of the GNU Lesser General Public
-  License along with this library; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-*/
-#ifndef GRNXX_MAP_ARRAY_MAP_HEADER_HPP
-#define GRNXX_MAP_ARRAY_MAP_HEADER_HPP
-
-#include "grnxx/features.hpp"
-
-#include "grnxx/map.hpp"
-#include "grnxx/types.hpp"
-
-namespace grnxx {
-namespace map {
-namespace array_map {
-
-struct Header {
-  MapType map_type;
-  uint32_t keys_storage_node_id;
-
-  Header();
-};
-
-}  // namespace array_map
-}  // namespace map
-}  // namespace grnxx
-
-#endif  // GRNXX_MAP_ARRAY_MAP_HEADER_HPP
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index