git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36555 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -75,9 +75,6 @@ import grass
def main():
if options['option'] == 'add':
- num_bound = 0
- tenv = os.environ.copy()
- tenv['LC_ALL'] = 'C'
num_bound = grass.vector_info_topo(map = options['input'])['boundaries']
if num_bound == 0:
grass.fatal("Input vector map contains no boundaries.")