summaryrefslogtreecommitdiff
path: root/Rx/v2/examples
diff options
context:
space:
mode:
authorKirk Shoop <kirk.shoop@microsoft.com>2014-07-02 18:20:45 -0700
committerKirk Shoop <kirk.shoop@microsoft.com>2014-07-07 08:53:05 -0700
commitb8274a13bfa9e0e13e157410d4a889ea7c6f5151 (patch)
tree8002af9f05762726fc3ab7887f6c0b401854df03 /Rx/v2/examples
parent67dbf832a1790a5f5a89f5c7f9abb6b7ee404c87 (diff)
downloadRxCpp-b8274a13bfa9e0e13e157410d4a889ea7c6f5151.tar.gz
cleanup alias'
Diffstat (limited to 'Rx/v2/examples')
-rw-r--r--Rx/v2/examples/pythagorian/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Rx/v2/examples/pythagorian/main.cpp b/Rx/v2/examples/pythagorian/main.cpp
index d6aa6f0..2fd1fdf 100644
--- a/Rx/v2/examples/pythagorian/main.cpp
+++ b/Rx/v2/examples/pythagorian/main.cpp
@@ -4,8 +4,6 @@
// conflicts can be managed by the user.
namespace rx=rxcpp;
namespace rxu=rxcpp::util;
-namespace rxsc=rxcpp::schedulers;
-namespace rxsub=rxcpp::subjects;
// At this time, RxCpp will fail to compile if the contents
// of the std namespace are merged into the global namespace