[Groonga-commit] groonga/gcs [master] q: remove needless parameters

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 3日 (金) 22:43:21 JST


Kouhei Sutou	2012-08-03 22:43:21 +0900 (Fri, 03 Aug 2012)

  New Revision: c970312430c9e16416c69258e26fecfe9109f1ec
  https://github.com/groonga/gcs/commit/c970312430c9e16416c69258e26fecfe9109f1ec

  Log:
    q: remove needless parameters

  Modified files:
    lib/q-translator.js

  Modified: lib/q-translator.js (+1 -1)
===================================================================
--- lib/q-translator.js    2012-08-03 22:41:18 +0900 (ae24750)
+++ lib/q-translator.js    2012-08-03 22:43:21 +0900 (3d1433d)
@@ -61,7 +61,7 @@ QueryTranslator.prototype = {
     this.throwTranslateError("phrase is unterminated: <" + phrase + ">");
   },
   translateTerm: function() {
-    this.skipSpaces(this.query, this);
+    this.skipSpaces();
     if (this.query[this.offset] == '"') {
       return this.translatePhraseTerm(this.query, this);
     } else {
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index