[Groonga-commit] groonga/grnxx [master] Remove unused functions.

Back to archive index

susumu.yata null+****@clear*****
Fri Feb 22 14:15:22 JST 2013


susumu.yata	2013-02-22 14:15:22 +0900 (Fri, 22 Feb 2013)

  New Revision: b0f52b2be36fddbbaa09a122e4592c8b8ff9a57b
  https://github.com/groonga/grnxx/commit/b0f52b2be36fddbbaa09a122e4592c8b8ff9a57b

  Log:
    Remove unused functions.

  Modified files:
    lib/io/view-posix.hpp

  Modified: lib/io/view-posix.hpp (+0 -8)
===================================================================
--- lib/io/view-posix.hpp    2013-02-22 14:10:39 +0900 (89e55df)
+++ lib/io/view-posix.hpp    2013-02-22 14:15:22 +0900 (0de0a82)
@@ -59,16 +59,8 @@ class ViewImpl : public View {
   void open_view(ViewFlags flags, uint64_t size);
   void open_view(ViewFlags flags, const File &file,
                  uint64_t offset, uint64_t size);
-
-  ViewImpl(const ViewImpl &);
-  ViewImpl &operator=(const ViewImpl &);
 };
 
-inline StringBuilder &operator<<(StringBuilder &builder,
-                                 const ViewImpl &view) {
-  return view.write_to(builder);
-}
-
 }  // namespace io
 }  // namespace grnxx
 
-------------- next part --------------
HTML����������������������������...
Download 



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