소스 검색

remove unused stuff that prevents doc building

pull/2/head
istr 11 년 전
부모
커밋
89b715cd58
1개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. +0
    -12
      src/glc_code.erl

+ 0
- 12
src/glc_code.erl 파일 보기

@ -305,18 +305,6 @@ field_variable_([]) ->
param_variable(Key) ->
?erl:variable("Param_" ++ integer_to_list(Key)).
%% @private Generate a list of field variable names.
%% Walk the query tree and generate a safe variable name string for each field
%% that is accessed by the conditions in the query. Only allow alpha-numeric.
%%-spec field_variables(glc_ops:op()) -> [{atom(), string()}].
%%field_variables(Query) ->
%% lists:usort(field_variables_(Query)).
%%-spec field_variables(glc_ops:op()) -> [{atom(), string()}].
%%field_variables_({Key, '=', _Term}) ->
%% [{Key, field_variable(Key)}].
%% @private Return an expression to increment a counter.
%% @todo Pass state record. Only Generate code if `statistics' is enabled.

불러오는 중...
취소
저장