Skip to content

Commit

Permalink
TEIIDDES-1518: Remove ExecutionManager class
Browse files Browse the repository at this point in the history
* Class is no longer used.
  • Loading branch information
Paul Richardson committed Dec 7, 2012
1 parent 58e3cec commit 0a0faff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 90 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ private static boolean equivalent( Object thisObj,
*/
protected final EventManager eventManager;

private ExecutionManager executionManager;

/**
* The Teiid JDBC connection info object
*/
Expand Down Expand Up @@ -257,14 +255,6 @@ public String getCustomLabel() {
return this.customLabel;
}

public ExecutionManager getExecutionManager() {
if (this.executionManager == null) {
this.executionManager = new ExecutionManager();
}

return this.executionManager;
}

/**
* {@inheritDoc}
*
Expand Down

0 comments on commit 0a0faff

Please sign in to comment.