diff options
Diffstat (limited to 'src/components/util/debug.rs')
-rw-r--r-- | src/components/util/debug.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/util/debug.rs b/src/components/util/debug.rs index 92b81891916..6bd32517138 100644 --- a/src/components/util/debug.rs +++ b/src/components/util/debug.rs @@ -2,10 +2,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#[feature(phase)]; -#[phase(syntax, link)] -extern crate log; - use std::io; use std::io::Writer; use std::cast::transmute; |