~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/mnesia/examples/bench/bench_trans.erl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
%% T2
43
43
%% -------------------------------------------------------------------
44
44
 
45
 
read_current_location(Wlock, SubscrId) ->
 
45
read_current_location(_Wlock, SubscrId) ->
46
46
    Suffix   = number_to_suffix(SubscrId),
47
47
    [Subscr] = mnesia:read({subscriber, Suffix}, SubscrId, read),
48
48