From c73505fb439d2c07380b66e2362231c42e513225 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 27 Jun 2014 17:28:11 +0600 Subject: Get rid of usage of non-existing module --- extern/libmv/third_party/ceres/SConscript | 2 -- extern/libmv/third_party/ceres/bundle.sh | 2 -- 2 files changed, 4 deletions(-) diff --git a/extern/libmv/third_party/ceres/SConscript b/extern/libmv/third_party/ceres/SConscript index da7ec347478..573157cb770 100644 --- a/extern/libmv/third_party/ceres/SConscript +++ b/extern/libmv/third_party/ceres/SConscript @@ -7,8 +7,6 @@ import sys import os -from unordered_map import test_unordered_map - Import('env') src = [] diff --git a/extern/libmv/third_party/ceres/bundle.sh b/extern/libmv/third_party/ceres/bundle.sh index 9f19221a93c..e7239d9a823 100755 --- a/extern/libmv/third_party/ceres/bundle.sh +++ b/extern/libmv/third_party/ceres/bundle.sh @@ -209,8 +209,6 @@ cat > SConscript << EOF import sys import os -from unordered_map import test_unordered_map - Import('env') src = [] -- cgit v1.2.3