diff options
author | Jose <jose@zeroc.com> | 2017-10-20 09:56:31 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-10-20 09:58:24 +0200 |
commit | 3f22599fcc2c1ee2999d9c9e1fd8481cdb8aeb37 (patch) | |
tree | 710c2e33040ef9dc63235ebbddb1f1c32b4081be /cpp/src/slice2matlab/Main.cpp | |
parent | More keyword escape fixes (diff) | |
download | ice-3f22599fcc2c1ee2999d9c9e1fd8481cdb8aeb37.tar.bz2 ice-3f22599fcc2c1ee2999d9c9e1fd8481cdb8aeb37.tar.xz ice-3f22599fcc2c1ee2999d9c9e1fd8481cdb8aeb37.zip |
Minor fix, remove unused variable
Diffstat (limited to 'cpp/src/slice2matlab/Main.cpp')
-rw-r--r-- | cpp/src/slice2matlab/Main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/slice2matlab/Main.cpp b/cpp/src/slice2matlab/Main.cpp index c5df3f42ec2..1a556601c61 100644 --- a/cpp/src/slice2matlab/Main.cpp +++ b/cpp/src/slice2matlab/Main.cpp @@ -301,8 +301,6 @@ openClass(const string& abs, const string& dir, IceUtilInternal::Output& out) FileTracker::instance()->addFile(path); } -map<string, string> _filePackagePrefix; - // // Get the fully-qualified name of the given definition. If a suffix is provided, // it is prepended to the definition's unqualified name. If the nameSuffix |