Skip to content

Commit

Permalink
MONDRIAN: Reverts a change to Locus which should not have been checke…
Browse files Browse the repository at this point in the history
…d in.

[git-p4: depot-paths = "//open/mondrian/": change = 14453]
  • Loading branch information
lucboudreau committed Jul 14, 2011
1 parent fa95076 commit fda87a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/mondrian/server/Locus.java
Expand Up @@ -60,9 +60,6 @@ public static void push(Locus locus) {
}

public static Locus peek() {
if (THREAD_LOCAL.get().size() == 0) {
return null;
}
return THREAD_LOCAL.get().peek();
}

Expand Down

0 comments on commit fda87a1

Please sign in to comment.