Skip to content

Commit

Permalink
fix errors caused by changed line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
brucify committed Jun 22, 2015
1 parent 738c34d commit 6bed120
Show file tree
Hide file tree
Showing 80 changed files with 0 additions and 80 deletions.
1 change: 0 additions & 1 deletion lib/compiler/test/compilation_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
%% limitations under the License.
%%
%% %CopyrightEnd%
%%
%%% Purpose : Compiles various modules with tough code

-module(compilation_SUITE).
Expand Down
1 change: 0 additions & 1 deletion lib/compiler/test/error_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
%% limitations under the License.
%%
%% %CopyrightEnd%
%%
-module(error_SUITE).

-include_lib("test_server/include/test_server.hrl").
Expand Down
1 change: 0 additions & 1 deletion lib/compiler/test/error_SUITE_data/head_mismatch_line.erl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
%% limitations under the License.
%%
%% %CopyrightEnd%
%%
-module(head_mismatch_line).

-export([foo/1, bar/2]).
Expand Down
1 change: 0 additions & 1 deletion lib/debugger/src/dbg_debugged.erl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
%% limitations under the License.
%%
%% %CopyrightEnd%
%%
-module(dbg_debugged).

%% External exports
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
%% limitations under the License.
%%
%% %CopyrightEnd%
%%

%%
%% Purpose : Functions for manipulating sets as ordered lists.
Expand Down
1 change: 0 additions & 1 deletion lib/debugger/test/exception_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
%%
%% %CopyrightEnd%
%%

%%
-module(exception_SUITE).

Expand Down
1 change: 0 additions & 1 deletion lib/debugger/test/int_SUITE_data/ordsets1.erl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
%%
%% %CopyrightEnd%
%%

%%
%% Copyright (C) 1991, Ellemtel Telecommunications Systems Laboratories
%% File : ordsets.erl
Expand Down
1 change: 0 additions & 1 deletion lib/debugger/test/int_break_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
%%
%% %CopyrightEnd%
%%

%%
-module(int_break_SUITE).

Expand Down
1 change: 0 additions & 1 deletion lib/debugger/test/int_break_SUITE_data/ordsets1.erl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
%%
%% %CopyrightEnd%
%%

%%
%% Purpose : Functions for manipulating sets as ordered lists.

Expand Down
1 change: 0 additions & 1 deletion lib/debugger/test/line_number_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ end_per_suite(Config) when is_list(Config) ->




%%
%% === Make sure that this is always line 70 ===
%%
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
%% %CopyrightEnd%
%%


%%% The Erlang scanner. All types are opaque, which puts some stress
%%% on Dialyzer.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: beam_asm.erl,v 1.1 2008/12/17 09:53:40 mikpe Exp $
%%
%% Purpose : Assembler for threaded Beam.

-module(beam_asm).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: beam_bool.erl,v 1.1 2008/12/17 09:53:41 mikpe Exp $
%%
%% Purpose: Optimizes booleans in guards.

-module(beam_bool).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: beam_type.erl,v 1.1 2008/12/17 09:53:41 mikpe Exp $
%%
%% Purpose : Type-based optimisations.

-module(beam_type).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
%% The Initial Developer of the Original Code is Ericsson Utvecklings AB.
%% Portions created by Ericsson are Copyright 1999, Ericsson Utvecklings
%% AB. All Rights Reserved.''
%%
%% $Id: beam_validator.erl,v 1.1 2008/12/17 09:53:41 mikpe Exp $

-module(beam_validator).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
%% $Id: cerl_inline.erl,v 1.1 2008/12/17 09:53:41 mikpe Exp $
%%
%% Core Erlang inliner.

%% =====================================================================
%%
%% This is an implementation of the algorithm by Waddell and Dybvig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: compile.erl,v 1.1 2008/12/17 09:53:42 mikpe Exp $
%%
%% Purpose: Run the Erlang compiler.

-module(compile).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: core_lint.erl,v 1.1 2008/12/17 09:53:42 mikpe Exp $
%%
%% Purpose : Do necessary checking of Core Erlang code.

%% Check Core module for errors. Seeing this module is used in the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: v3_codegen.erl,v 1.1 2008/12/17 09:53:42 mikpe Exp $
%%
%% Purpose : Code generator for Beam.

%% The following assumptions have been made:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: v3_core.erl,v 1.1 2008/12/17 09:53:42 mikpe Exp $
%%
%% Purpose : Transform normal Erlang to Core Erlang

%% At this stage all preprocessing has been done. All that is left are
Expand Down
1 change: 0 additions & 1 deletion lib/dialyzer/test/r9c_SUITE_data/src/asn1/asn1ct.erl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: asn1ct.erl,v 1.1 2008/12/17 09:53:29 mikpe Exp $
%%
-module(asn1ct).

%% Compile Time functions for ASN.1 (e.g ASN.1 compiler).
Expand Down
1 change: 0 additions & 1 deletion lib/dialyzer/test/r9c_SUITE_data/src/asn1/asn1ct_check.erl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: asn1ct_check.erl,v 1.1 2008/12/17 09:53:29 mikpe Exp $
%%
-module(asn1ct_check).

%% Main Module for ASN.1 compile time functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: asn1ct_constructed_ber.erl,v 1.1 2008/12/17 09:53:29 mikpe Exp $
%%
-module(asn1ct_constructed_ber).

-export([gen_encode_sequence/3]).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: asn1ct_constructed_ber_bin_v2.erl,v 1.1 2008/12/17 09:53:29 mikpe Exp $
%%
-module(asn1ct_constructed_ber_bin_v2).

-export([gen_encode_sequence/3]).
Expand Down
1 change: 0 additions & 1 deletion lib/dialyzer/test/r9c_SUITE_data/src/asn1/asn1ct_gen.erl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: asn1ct_gen.erl,v 1.1 2008/12/17 09:53:29 mikpe Exp $
%%
-module(asn1ct_gen).

-include("asn1_records.hrl").
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: asn1ct_gen_ber.erl,v 1.1 2008/12/17 09:53:29 mikpe Exp $
%%
-module(asn1ct_gen_ber).

%% Generate erlang module which handles (PER) encode and decode for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: asn1ct_gen_ber_bin_v2.erl,v 1.1 2008/12/17 09:53:29 mikpe Exp $
%%
-module(asn1ct_gen_ber_bin_v2).

%% Generate erlang module which handles (PER) encode and decode for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: asn1ct_gen_per.erl,v 1.1 2008/12/17 09:53:30 mikpe Exp $
%%
-module(asn1ct_gen_per).

%% Generate erlang module which handles (PER) encode and decode for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: asn1ct_gen_per_rt2ct.erl,v 1.1 2008/12/17 09:53:30 mikpe Exp $
%%
-module(asn1ct_gen_per_rt2ct).

%% Generate erlang module which handles (PER) encode and decode for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: asn1ct_parser2.erl,v 1.1 2008/12/17 09:53:30 mikpe Exp $
%%
-module(asn1ct_parser2).

-export([parse/1]).
Expand Down
1 change: 0 additions & 1 deletion lib/dialyzer/test/r9c_SUITE_data/src/asn1/asn1ct_value.erl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: asn1ct_value.erl,v 1.1 2008/12/17 09:53:30 mikpe Exp $
%%
-module(asn1ct_value).

%% Generate Erlang values for ASN.1 types.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: asn1rt_ber_bin.erl,v 1.1 2008/12/17 09:53:30 mikpe Exp $
%%
-module(asn1rt_ber_bin).

%% encoding / decoding of BER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: asn1rt_ber_bin_v2.erl,v 1.1 2008/12/17 09:53:30 mikpe Exp $
%%
-module(asn1rt_ber_bin_v2).

%% encoding / decoding of BER
Expand Down
1 change: 0 additions & 1 deletion lib/dialyzer/test/r9c_SUITE_data/src/asn1/asn1rt_check.erl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: asn1rt_check.erl,v 1.1 2008/12/17 09:53:30 mikpe Exp $
%%
-module(asn1rt_check).

-include("asn1_records.hrl").
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: asn1rt_driver_handler.erl,v 1.1 2008/12/17 09:53:30 mikpe Exp $
%%

-module(asn1rt_driver_handler).

Expand Down
1 change: 0 additions & 1 deletion lib/dialyzer/test/r9c_SUITE_data/src/asn1/asn1rt_per.erl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: asn1rt_per.erl,v 1.1 2008/12/17 09:53:31 mikpe Exp $
%%
-module(asn1rt_per).

%% encoding / decoding of PER aligned
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: asn1rt_per_bin.erl,v 1.1 2008/12/17 09:53:31 mikpe Exp $
%%
-module(asn1rt_per_bin).

%% encoding / decoding of PER aligned
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: asn1rt_per_bin_rt2ct.erl,v 1.1 2008/12/17 09:53:31 mikpe Exp $
%%
-module(asn1rt_per_bin_rt2ct).

%% encoding / decoding of PER aligned
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: asn1rt_per_v1.erl,v 1.1 2008/12/17 09:53:31 mikpe Exp $
%%
-module(asn1rt_per_v1).

%% encoding / decoding of PER aligned
Expand Down
1 change: 0 additions & 1 deletion lib/dialyzer/test/r9c_SUITE_data/src/inets/ftp.erl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: ftp.erl,v 1.2 2009/03/03 01:55:01 kostis Exp $
%%
-module(ftp).

-behaviour(gen_server).
Expand Down
1 change: 0 additions & 1 deletion lib/dialyzer/test/r9c_SUITE_data/src/inets/http.erl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
%% Portions created by Mobile Arts are Copyright 2002, Mobile Arts AB
%% All Rights Reserved.''
%%
%%

%%% This version of the HTTP/1.1 client implements:
%%% - RFC 2616 HTTP 1.1 client part
Expand Down
1 change: 0 additions & 1 deletion lib/dialyzer/test/r9c_SUITE_data/src/inets/http_lib.erl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
%% Portions created by Mobile Arts are Copyright 2002, Mobile Arts AB
%% All Rights Reserved.''
%%
%%
%%% File : http_lib.erl
%%% Author : Johan Blom <[email protected]>
%%% Description : Generic, HTTP specific helper functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
%% Portions created by Mobile Arts are Copyright 2002, Mobile Arts AB
%% All Rights Reserved.''
%%
%%

%%% TODO:
%%% - If an error is returned when sending a request, don't use this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
%% Portions created by Mobile Arts are Copyright 2002, Mobile Arts AB
%% All Rights Reserved.''
%%
%%
%% Created : 18 Dec 2001 by Johan Blom <[email protected]>
%%

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: httpd_acceptor.erl,v 1.1 2008/12/17 09:53:33 mikpe Exp $
%%
-module(httpd_acceptor).

-include("httpd.hrl").
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: httpd_manager.erl,v 1.1 2008/12/17 09:53:34 mikpe Exp $
%%

-module(httpd_manager).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: httpd_request_handler.erl,v 1.1 2008/12/17 09:53:34 mikpe Exp $
%%
-module(httpd_request_handler).

%% app internal api
Expand Down
1 change: 0 additions & 1 deletion lib/dialyzer/test/r9c_SUITE_data/src/inets/httpd_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: httpd_sup.erl,v 1.1 2008/12/17 09:53:34 mikpe Exp $
%%
%%----------------------------------------------------------------------
%% Purpose: The top supervisor for the inets application
%%----------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion lib/dialyzer/test/r9c_SUITE_data/src/inets/mod_auth.erl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: mod_auth.erl,v 1.1 2008/12/17 09:53:34 mikpe Exp $
%%
-module(mod_auth).


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
%% AB. All Rights Reserved.''
%%
%% $Id: mod_auth_dets.erl,v 1.1 2008/12/17 09:53:35 mikpe Exp $
%%
-module(mod_auth_dets).

%% dets authentication storage
Expand Down
Loading

0 comments on commit 6bed120

Please sign in to comment.