diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-08-20 10:33:41 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-08-20 10:33:41 -0700 |
| commit | 6751d40c607c79dd81b4cbc5a07892271a128754 (patch) | |
| tree | 254264371e81334cfd08a855fb84588215bcacba /src/rt/rust_shape.cpp | |
| parent | 09f4cd90a852b69bb72fc5385fdabbde39f5fb91 (diff) | |
| download | rust-6751d40c607c79dd81b4cbc5a07892271a128754.tar.gz rust-6751d40c607c79dd81b4cbc5a07892271a128754.zip | |
Revert "Add another 'using namespace shape' inside namespace shape"
This reverts commit 09f4cd90a852b69bb72fc5385fdabbde39f5fb91.
Diffstat (limited to 'src/rt/rust_shape.cpp')
| -rw-r--r-- | src/rt/rust_shape.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rt/rust_shape.cpp b/src/rt/rust_shape.cpp index ea8d251773d..aecb9254158 100644 --- a/src/rt/rust_shape.cpp +++ b/src/rt/rust_shape.cpp @@ -35,8 +35,6 @@ const uint8_t CMP_LE = 2u; namespace shape { -using namespace shape; - // NB: This function does not align. template<typename T> inline data_pair<T> |
