Skip to content

Commit

Permalink
[Fix] Suppress comments and unnecessary feature redefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul G. Crismer committed Apr 9, 2013
1 parent e586c39 commit 34b8ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
8 changes: 1 addition & 7 deletions src/abstract/ecli_cursor.e
Expand Up @@ -18,8 +18,7 @@ inherit

ECLI_QUERY
redefine
real_execution,
initialize
real_execution
end

feature -- Status report
Expand Down Expand Up @@ -76,11 +75,6 @@ feature -- Cursor movement

feature {NONE} -- Implementation

initialize
do
-- create_buffers
end

create_buffers
-- create all ECLI_VALUE objects
deferred
Expand Down
12 changes: 1 addition & 11 deletions src/abstract/ecli_statement.e
Expand Up @@ -127,7 +127,7 @@ feature {NONE} -- Initialization
end

create_error_handler (a_session : ECLI_SESSION)
-- create `error_handler´
-- create `error_handler´
do
error_handler := a_session.error_handler
ensure
Expand All @@ -139,16 +139,6 @@ feature {NONE} -- Initialization
do
end

-- create_error_handler is
-- -- create `error_handler´
-- do
-- if error_handler = Void then
-- create error_handler.make_null
-- end
-- ensure
-- error_handler_created: error_handler /= Void
-- end

feature -- Basic operations

close
Expand Down

0 comments on commit 34b8ba3

Please sign in to comment.