[Groonga-commit] groonga/groonga at 8fb96e9 [master] Remove needless checks

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Mar 28 15:27:13 JST 2018


Kouhei Sutou	2018-03-28 15:27:13 +0900 (Wed, 28 Mar 2018)

  New Revision: 8fb96e9a63d8b227427b8f60fac6b74b00f6bf12
  https://github.com/groonga/groonga/commit/8fb96e9a63d8b227427b8f60fac6b74b00f6bf12

  Message:
    Remove needless checks

  Modified files:
    lib/grn_ctx_impl.h

  Modified: lib/grn_ctx_impl.h (+2 -8)
===================================================================
--- lib/grn_ctx_impl.h    2018-03-28 15:26:43 +0900 (b0e2513e9)
+++ lib/grn_ctx_impl.h    2018-03-28 15:27:13 +0900 (2084080f4)
@@ -18,14 +18,8 @@
 
 #pragma once
 
-#ifndef GRN_CTX_H
-# include "grn_ctx.h"
-#endif /* GRN_CTX_H */
-
-#ifndef GRN_COM_H
-# include "grn_com.h"
-#endif /* GRN_COM_H */
-
+#include "grn_ctx.h"
+#include "grn_com.h"
 #include "grn_msgpack.h"
 
 #ifdef GRN_WITH_MRUBY
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180328/46cc0ce7/attachment-0001.htm 



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