diff options
author | Dan Gudmundsson <[email protected]> | 2011-05-17 13:18:35 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2011-05-17 13:18:35 +0200 |
commit | d75a5a6cd809d206e81f8d32d990eda1215e9033 (patch) | |
tree | 50b62db7a5ad6561d84afdcce5648dc910577cda /lib/mnesia | |
parent | eb99333dec62aa1e70bfd001ff1ebb4ee8819d6d (diff) | |
download | otp-d75a5a6cd809d206e81f8d32d990eda1215e9033.tar.gz otp-d75a5a6cd809d206e81f8d32d990eda1215e9033.tar.bz2 otp-d75a5a6cd809d206e81f8d32d990eda1215e9033.zip |
Remove deadcode
Diffstat (limited to 'lib/mnesia')
-rw-r--r-- | lib/mnesia/src/mnesia_text.erl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/mnesia/src/mnesia_text.erl b/lib/mnesia/src/mnesia_text.erl index ab1362f6b6..0906d18da9 100644 --- a/lib/mnesia/src/mnesia_text.erl +++ b/lib/mnesia/src/mnesia_text.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1996-2010. All Rights Reserved. +%% Copyright Ericsson AB 1996-2011. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -181,9 +181,6 @@ read_term_from_stream(Stream, File, Line) -> Str = Mod:format_error(What), io:format("Error in line:~p of:~p ~s\n", [NewLine, File, Str]), - error; - T -> - io:format("Error2 **~p~n",[T]), error end; {eof,_EndLine} -> |