diff options
| author | Matthew Sackman <matthew@lshift.net> | 2010-04-12 15:33:14 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2010-04-12 15:33:14 +0100 |
| commit | f14a729bad712c784dfefa39b48221793467e0e6 (patch) | |
| tree | 5d535418ffd30e366cd62e7a63d96db1446e05c2 | |
| parent | 3de13e6483e3c3ebf3886b0862a22bedb9b58e77 (diff) | |
| download | rabbitmq-server-git-f14a729bad712c784dfefa39b48221793467e0e6.tar.gz | |
Removed rabbit_variable_queue.hrl
| -rw-r--r-- | include/rabbit_variable_queue.hrl | 33 | ||||
| -rw-r--r-- | src/rabbit_tests.erl | 4 |
2 files changed, 3 insertions, 34 deletions
diff --git a/include/rabbit_variable_queue.hrl b/include/rabbit_variable_queue.hrl deleted file mode 100644 index 2e43a8fa77..0000000000 --- a/include/rabbit_variable_queue.hrl +++ /dev/null @@ -1,33 +0,0 @@ -%% The contents of this file are subject to the Mozilla Public License -%% Version 1.1 (the "License"); you may not use this file except in -%% compliance with the License. You may obtain a copy of the License at -%% http://www.mozilla.org/MPL/ -%% -%% Software distributed under the License is distributed on an "AS IS" -%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the -%% License for the specific language governing rights and limitations -%% under the License. -%% -%% The Original Code is RabbitMQ. -%% -%% The Initial Developers of the Original Code are LShift Ltd, -%% Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd. -%% -%% Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd, -%% Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd -%% are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial -%% Technologies LLC, and Rabbit Technologies Ltd. -%% -%% Portions created by LShift Ltd are Copyright (C) 2007-2010 LShift -%% Ltd. Portions created by Cohesive Financial Technologies LLC are -%% Copyright (C) 2007-2010 Cohesive Financial Technologies -%% LLC. Portions created by Rabbit Technologies Ltd are Copyright -%% (C) 2007-2010 Rabbit Technologies Ltd. -%% -%% All Rights Reserved. -%% -%% Contributor(s): ______________________________________. -%% - --define(PERSISTENT_MSG_STORE, msg_store_persistent). --define(TRANSIENT_MSG_STORE, msg_store_transient). diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl index a826cc6220..c772271f01 100644 --- a/src/rabbit_tests.erl +++ b/src/rabbit_tests.erl @@ -42,9 +42,11 @@ -include("rabbit.hrl"). -include("rabbit_framing.hrl"). --include("rabbit_variable_queue.hrl"). -include_lib("kernel/include/file.hrl"). +-define(PERSISTENT_MSG_STORE, msg_store_persistent). +-define(TRANSIENT_MSG_STORE, msg_store_transient). + test_content_prop_roundtrip(Datum, Binary) -> Types = [element(1, E) || E <- Datum], Values = [element(2, E) || E <- Datum], |
